We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ac558 commit a43d0c2Copy full SHA for a43d0c2
.travis.yml
@@ -1,8 +1,7 @@
1
language: node_js
2
node_js:
3
-- '11'
4
-- '10'
5
-- '8'
+- '15'
+- '14'
6
7
cache:
8
directories:
@@ -13,7 +12,7 @@ script:
13
12
- yarn test
14
- yarn lint
15
- yarn test-gen
16
-- yarn test-gen-cs
+#- yarn test-gen-cs
17
- yarn test-gen-env
18
- yarn check
19
@@ -23,5 +22,5 @@ deploy:
23
22
api_key: $NPM_AUTH_TOKEN
24
on:
25
tags: true
26
- node_js: '8'
+ node_js: '15'
27
skip_cleanup: true
0 commit comments