Skip to content

Commit f2d2d24

Browse files
authored
Node v7 has been supplanted by Node v8 (#921)
Node v7 has been supplanted by Node 8
1 parent 70b8827 commit f2d2d24

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
@@ -2,7 +2,7 @@ language: node_js
22

33
# https://github.com/nodejs/LTS
44
node_js:
5-
- '7'
5+
- '8'
66
- '6'
77
- '4'
88

@@ -29,7 +29,7 @@ jobs:
2929
include:
3030
- stage: Deploy
3131
script: echo "Deploying..."
32-
node_js: '7'
32+
node_js: '8'
3333
deploy:
3434
- provider: script
3535
script: npm run gitpublish

0 commit comments

Comments
 (0)