www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d889d263943f187290e7e4af9ec337bfe556d9a8
parent 05ff16c17fa03b47ff418029e78ff910f497abae
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  1 Jun 2017 15:34:28 -0400

Run build step before running tests on Travis

Diffstat:
M.travis.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -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