Skip to content

Commit 70d6399

Browse files
committed
travis config bugfixes
1 parent 6920107 commit 70d6399

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
language: node_js
12
node_js:
23
- "4"
34
- "5"
45
- "node"
6+
7+
addons:
8+
apt:
9+
sources:
10+
- google-chrome
11+
packages:
12+
- google-chrome-stable
13+
- google-chrome-beta
14+
515
before_install:
616
- export CHROME_BIN=chromium-browser
717
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)