Skip to content

Commit f051845

Browse files
committed
Update Node in Travis
1 parent e6fdcab commit f051845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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
sudo: false
66
after_success:
77
- bash <(curl -s https://codecov.io/bash)
@@ -22,4 +22,4 @@ deploy:
2222
skip_cleanup: true
2323
on:
2424
tags: true
25-
node: '7.0'
25+
node: '8.0'

0 commit comments

Comments
 (0)