Skip to content

Commit a43d0c2

Browse files
committed
ci: test on Node 14 and 15
1 parent 25ac558 commit a43d0c2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
node_js:
3-
- '11'
4-
- '10'
5-
- '8'
3+
- '15'
4+
- '14'
65

76
cache:
87
directories:
@@ -13,7 +12,7 @@ script:
1312
- yarn test
1413
- yarn lint
1514
- yarn test-gen
16-
- yarn test-gen-cs
15+
#- yarn test-gen-cs
1716
- yarn test-gen-env
1817
- yarn check
1918

@@ -23,5 +22,5 @@ deploy:
2322
api_key: $NPM_AUTH_TOKEN
2423
on:
2524
tags: true
26-
node_js: '8'
25+
node_js: '15'
2726
skip_cleanup: true

0 commit comments

Comments
 (0)