Atempt to unbreak travis ci

This commit is contained in:
basicer 2015-10-21 20:52:16 -07:00
parent 6bf0efa9fa
commit 2c171f34f0

View file

@ -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