Run build step before running tests on Travis
This commit is contained in:
parent
05ff16c17f
commit
d889d26394
1 changed files with 2 additions and 0 deletions
|
@ -22,5 +22,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…
Reference in a new issue