Use Node.js mode on Travis

This commit is contained in:
Dan Stillman 2017-06-01 16:02:36 -04:00
parent 140217d0fe
commit 595ab592aa

View File

@ -1,7 +1,10 @@
sudo: false sudo: false
language: cpp language: node_js
compiler: node_js:
- gcc - "node"
cache:
directories:
- "node_modules"
env: env:
- FX_VERSION="54.0b" - FX_VERSION="54.0b"
- FX_VERSION="45.0.2esr" - FX_VERSION="45.0.2esr"
@ -22,7 +25,6 @@ install:
before_script: before_script:
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
- npm i
- node_modules/.bin/gulp build - node_modules/.bin/gulp build
script: script:
- test/runtests.sh -x firefox/firefox - test/runtests.sh -x firefox/firefox