Add explicit npm i
(Travis might call this automatically before 'script', but we need it before 'gulp build', and we don't want to do 'gulp build' in 'script', because the output isn't relevant and if it fails there's no need to run the tests.)
This commit is contained in:
parent
595ab592aa
commit
53842adefc
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ install:
|
|||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- npm i
|
||||
- node_modules/.bin/gulp build
|
||||
script:
|
||||
- test/runtests.sh -x firefox/firefox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue