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
|
@ -25,6 +25,7 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
|
- npm i
|
||||||
- node_modules/.bin/gulp build
|
- node_modules/.bin/gulp build
|
||||||
script:
|
script:
|
||||||
- test/runtests.sh -x firefox/firefox
|
- test/runtests.sh -x firefox/firefox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user