Merge pull request #961 from romainneutron/env-var

[3.9] JS_COMPILER is not related to the Travis build but to the build itself
This commit is contained in:
Nicolas Le Goff
2014-02-20 14:50:43 +01:00

View File

@@ -1,8 +1,8 @@
language: php language: php
env: env:
- SETUP_MODE=update JS_COMPILER=$TRAVIS_BUILD_DIR/closure/compiler.jar - SETUP_MODE=update
- SETUP_MODE=install JS_COMPILER=$TRAVIS_BUILD_DIR/closure/compiler.jar - SETUP_MODE=install
services: services:
- mysql - mysql
@@ -11,6 +11,7 @@ services:
- elasticsearch - elasticsearch
before_script: 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 apt-get update -qq && sudo apt-get install -qq scons inkscape python-setuptools
- sudo easy_install -U taschenmesser scour boto - sudo easy_install -U taschenmesser scour boto
- wget http://dl.google.com/closure-compiler/compiler-latest.zip && unzip compiler-latest.zip -d closure - wget http://dl.google.com/closure-compiler/compiler-latest.zip && unzip compiler-latest.zip -d closure