Skip to content

Commit 6501a34

Browse files
committed
Updated Travis conf to use node 8
1 parent 46afe84 commit 6501a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: required
22
dist: trusty
33
language: node_js
44
node_js:
5-
- '6.10.2'
5+
- '8'
66

77
before_install:
88
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)