Skip to content

Commit 88fbf98

Browse files
committed
Update Node in Travis
1 parent c8c916b commit 88fbf98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- '4.0'
4-
- '9.0'
3+
- lts/boron
4+
- node
55
sudo: false
66
after_script: bash <(curl -s https://codecov.io/bash)
77
deploy:
@@ -14,4 +14,3 @@ deploy:
1414
- "unist-util-inspect.min.js"
1515
on:
1616
tags: true
17-
node: '9.0'

0 commit comments

Comments
 (0)