From c6236625137bae62e3d6c7613ee0b6e96c44e6be Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 20 Feb 2014 13:13:43 +0100 Subject: [PATCH] JS_COMPILER is not related to the Travis build but to the build itself --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 682bd9f9cd..1c18b515ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: php env: - - SETUP_MODE=update JS_COMPILER=$TRAVIS_BUILD_DIR/closure/compiler.jar - - SETUP_MODE=install JS_COMPILER=$TRAVIS_BUILD_DIR/closure/compiler.jar + - SETUP_MODE=update + - SETUP_MODE=install services: - mysql @@ -11,6 +11,7 @@ services: - elasticsearch before_script: + - export JS_COMPILER=$TRAVIS_BUILD_DIR/closure/compiler.jar - sudo apt-get update -qq && sudo apt-get install -qq scons inkscape python-setuptools - sudo easy_install -U taschenmesser scour boto - wget http://dl.google.com/closure-compiler/compiler-latest.zip && unzip compiler-latest.zip -d closure