Skip to content

Commit af7bcbc

Browse files
committed
ci: run travis on new node lts -> v10
1 parent fbb8555 commit af7bcbc

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,5 +1,7 @@
11
language: node_js
2-
node_js: '8'
2+
node_js:
3+
- '8'
4+
- '10'
35
cache: yarn
46
notifications:
57
email: false

0 commit comments

Comments
 (0)