mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Have travis run npm update after install
This is to make sure it's running the latest possible npm modules, in case of bugs they introduce.
This commit is contained in:
parent
3c8db7e055
commit
6652b4920b
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ before_install:
|
|||
- npm install -g npm@latest
|
||||
|
||||
before_script:
|
||||
- npm update
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- "node index.js --unittest &"
|
||||
|
|
Loading…
Reference in a new issue