Skip to content

Commit 7917bab

Browse files
greenkeeper[bot]ZeeCoder
authored andcommitted
Update to node 10 in .travis.yml
1 parent afe6cd5 commit 7917bab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
sudo: false
3-
node_js: [ 6, 7, 8 ]
3+
node_js:
4+
- [6,7,8]
5+
- 10
46
after_success: 'yarn run coveralls'
57
cache:
68
yarn: true

0 commit comments

Comments
 (0)