Update .travis.yml

This commit is contained in:
Ivan Diaz 2017-04-06 20:36:51 -03:00 committed by GitHub
parent a23f2a2641
commit ac69df8c70
1 changed files with 0 additions and 9 deletions

View File

@ -4,15 +4,6 @@ before_install:
- npm install -g mocha
- cd client
- npm install
- ulimit -u 10240
- cd ../server
- phpenv local 5.6
- composer install
- cd ../tests
- bundle install
- gem install bacon
- cd ../server
- nohup bash -c "php -S localhost:8080 2>&1 &" && sleep 1; cat nohup.out
- cd ..
script: