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:
Scott Erickson 2016-07-15 09:59:10 -07:00
parent 3c8db7e055
commit 6652b4920b

View file

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