www

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

commit 595ab592aa4d468b3b04f869bf78118675025544
parent 140217d0fed02c869a9919947f2151f530ea6a8c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  1 Jun 2017 16:02:36 -0400

Use Node.js mode on Travis

Diffstat:
M.travis.yml | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,7 +1,10 @@ sudo: false -language: cpp -compiler: - - gcc +language: node_js +node_js: + - "node" +cache: + directories: + - "node_modules" env: - FX_VERSION="54.0b" - FX_VERSION="45.0.2esr" @@ -22,7 +25,6 @@ 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