Run build step before running tests on Travis

This commit is contained in:
Dan Stillman 2017-06-01 15:34:28 -04:00
parent 05ff16c17f
commit d889d26394

View file

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