Skip to content

Commit f819d64

Browse files
committed
ci(node): update node to v12
1 parent 75a6afb commit f819d64

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
@@ -4,7 +4,7 @@ cache:
44
- ~/.npm
55
- .nyc_output
66
node_js:
7-
- "11"
7+
- "12"
88
notifications:
99
email: false
1010
stages:
@@ -25,7 +25,7 @@ jobs:
2525
script: commitlint-travis
2626
- stage: test
2727
node_js:
28-
- "11"
28+
- "12"
2929
- "10"
3030
script: npm t
3131
- stage: coverage

0 commit comments

Comments
 (0)