Skip to content

Commit f8bf719

Browse files
committed
fix(travis, semantic-release): Change node version to 5 in travis.yml
This is an experiment to see if it fixes semantic release.
1 parent 48c0377 commit f8bf719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- '6'
9+
- '5'
1010
before_install:
1111
- export DISPLAY=:99.0
1212
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)