Skip to content

Commit 852c111

Browse files
ci: node@12 (#50)
1 parent 7867d1f commit 852c111

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
@@ -18,8 +18,10 @@ cache:
1818
matrix:
1919
fast_finish: true
2020
include:
21-
- node_js: '10'
21+
- node_js: '12'
2222
script: npm run pretest
23+
- node_js: '12'
24+
script: npm run test
2325
- node_js: '10'
2426
script: npm run test
2527
- node_js: '8'

0 commit comments

Comments
 (0)