We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbee14 commit 1fb9c75Copy full SHA for 1fb9c75
.travis.yml
@@ -1,12 +1,12 @@
1
language: node_js
2
node_js:
3
- - "14.16"
+ - "16"
4
5
jobs:
6
include:
7
- stage: NPM RC Release
8
if: tag =~ /-(rc|RC)/
9
- node_js: "14.16"
+ node_js: "16"
10
script:
11
- npm install
12
- npm run build
@@ -16,9 +16,12 @@ jobs:
16
email: $NPM_EMAIL
17
api_key: $NPM_API_KEY
18
tag: next
19
+ skip_cleanup: true
20
+ on:
21
+ tags: true
22
- stage: NPM Release
23
if: not tag =~ /-(rc|RC)/
24
25
26
27
@@ -29,4 +32,4 @@ jobs:
29
32
30
33
skip_cleanup: true
31
34
on:
- tags: true
35
0 commit comments