mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Unbreak karma
This commit is contained in:
parent
2c171f34f0
commit
c9322a5595
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue