Skip to content

Commit 6b9bbcf

Browse files
committed
fix(travis): Set node version to 6
1 parent f8bf719 commit 6b9bbcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- '5'
9+
- '6'
1010
before_install:
1111
- export DISPLAY=:99.0
1212
- sh -e /etc/init.d/xvfb start
13-
- npm i -g npm@^3.0.0
1413
before_script:
1514
- npm prune
1615
script:

0 commit comments

Comments
 (0)