Use Node.js mode on Travis
This commit is contained in:
parent
140217d0fe
commit
595ab592aa
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user