Skip to content

Commit d902744

Browse files
committed
Update Travis-CI
1 parent b3f9869 commit d902744

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ sudo: false
33

44
language: node_js
55
node_js:
6-
- "6"
6+
- "8"
7+
8+
addons:
9+
apt:
10+
sources:
11+
- google-chrome
12+
packages:
13+
- google-chrome-stable
714

815
cache:
916
directories:
@@ -21,4 +28,4 @@ script:
2128

2229
after_success:
2330
# Send coverage info off to cloud ppl
24-
- ./node_modules/.bin/codecov
31+
- ./node_modules/.bin/codecov

0 commit comments

Comments
 (0)