From 53842adefc510abc7572407d29708cc751e856ce Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 1 Jun 2017 16:08:02 -0400 Subject: [PATCH] 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.) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8ccab1736..67834c2f7 100644 --- 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