Skip to content

Commit 099cf3f

Browse files
Merge branch 'master' into nodejs
2 parents 3285f28 + 5057640 commit 099cf3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
sudo: required
22
language: node_js
33
node_js:
4+
- "node"
45
- "10"
6+
- "8"
7+
- "6"
58
env:
69
global:
710
- BACKEND_CPU=true EXCLUDE_UNCOMPRESSED=true
@@ -10,6 +13,7 @@ env:
1013
- ENV=node
1114
addons:
1215
chrome: stable
16+
install: npm install
1317
before_install:
1418
- export DISPLAY=:99.0
1519
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)