Skip to content

Commit bdff2bb

Browse files
committed
Update Node in Travis
1 parent dc5a732 commit bdff2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
33
- '4.0'
4-
- '7.0'
4+
- '8.0'
55
after_script: bash <(curl -s https://codecov.io/bash)
66
deploy:
77
- provider: npm
@@ -19,4 +19,4 @@ deploy:
1919
- "unist-util-assert.min.js"
2020
on:
2121
tags: true
22-
node: '7.0'
22+
node: '8.0'

0 commit comments

Comments
 (0)