Unbreak karma

This commit is contained in:
basicer 2015-10-22 07:24:43 -07:00
parent 2c171f34f0
commit c9322a5595

View file

@ -19,11 +19,11 @@ cache:
before_install:
- "gem install sass"
- export COCO_TRAVIS_TEST=1
- npm install -g npm@latest
before_script:
- export DISPLAY=:99.0
- export COCO_TRAVIS_TEST=1
- sh -e /etc/init.d/xvfb start
- "node index.js --unittest &"
- "sleep 10" # to give node a chance to start