Skip to content

Commit 9e8e4c3

Browse files
committed
Update Node in Travis
1 parent 65d596b commit 9e8e4c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
node_js:
33
- '4.0'
4-
- '5.0'
5-
- '6.0'
4+
- '7.0'
65
after_script: bash <(curl -s https://codecov.io/bash)
76
deploy:
87
- provider: npm
@@ -20,4 +19,4 @@ deploy:
2019
- "hast-util-from-parse5.min.js"
2120
on:
2221
tags: true
23-
node: '6.0'
22+
node: '7.0'

0 commit comments

Comments
 (0)