From 39aeba74e1f1c9b103de166caaddfc3cb14816b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 25 Oct 2016 15:55:18 +0200 Subject: [PATCH] Fix travis build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 634262300..d82e4b879 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: - FEATURES="--features debugmozjs" before_install: -- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi +- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache yasm; fi script: - ccache -z