mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Atempt to unbreak travis ci
This commit is contained in:
parent
6bf0efa9fa
commit
2c171f34f0
1 changed files with 1 additions and 3 deletions
|
@ -18,15 +18,13 @@ cache:
|
|||
- bower_components
|
||||
|
||||
before_install:
|
||||
- "gem install sass"
|
||||
- npm install -g npm@latest
|
||||
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- export COCO_TRAVIS_TEST=1
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- "./node_modules/.bin/bower install"
|
||||
- "gem install sass"
|
||||
- "./node_modules/.bin/brunch b"
|
||||
- "node index.js --unittest &"
|
||||
- "sleep 10" # to give node a chance to start
|
||||
|
||||
|
|
Loading…
Reference in a new issue