Update .travis.yml
This commit is contained in:
parent
a23f2a2641
commit
ac69df8c70
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue