We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100b227 commit 4f2fe56Copy full SHA for 4f2fe56
.travis.yml
@@ -12,6 +12,13 @@ jobs:
12
- npm run test:e2e
13
14
- node_js: "12"
15
+ script:
16
+ - npm run init
17
+ - npm run build
18
+ - npm run test:unit
19
+ - npm run test:e2e
20
+
21
+ - node_js: "14"
22
script:
23
- npm run init
24
- echo "TRAVIS_COMMIT $TRAVIS_COMMIT"
appveyor.yml
@@ -4,6 +4,7 @@ environment:
4
matrix:
5
- nodejs_version: "10"
6
- nodejs_version: "12"
7
+ - nodejs_version: "14"
8
9
10
fast_finish: true
0 commit comments