mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user