commit 53842adefc510abc7572407d29708cc751e856ce
parent 595ab592aa4d468b3b04f869bf78118675025544
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 1 Jun 2017 16:08:02 -0400
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.)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -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