Add autobahn as project dependency

This commit is contained in:
Nicolas Le Goff
2014-02-05 19:12:45 +01:00
parent efc4b61e59
commit 27f1312ef1
3 changed files with 65 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
language: php
env:
- SETUP_MODE=update
- SETUP_MODE=install
- SETUP_MODE=update JS_COMPILER=$TRAVIS_BUILD_DIR/closure/compiler.jar
- SETUP_MODE=install JS_COMPILER=$TRAVIS_BUILD_DIR/closure/compiler.jar
services:
- mysql
@@ -11,6 +11,9 @@ services:
- elasticsearch
before_script:
- 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
- node --version
- npm --version
- travis_retry npm install