mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33: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
|
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
|
||||||
|
Reference in New Issue
Block a user