We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a7162 commit e8106c3Copy full SHA for e8106c3
.travis.yml
@@ -1,17 +1,28 @@
1
+branches:
2
+ only:
3
+ - "/^\\d+\\.\\d+/"
4
+
5
dist: jammy
6
7
language: node_js
8
9
node_js:
-- stable
10
+ - stable
11
12
sudo: false
13
14
script:
-- npm test
-branches:
- only:
- - "/^\\d+\\.\\d+/"
15
+ - echo "Ready to deploy"
16
17
+before_deplay:
18
+ - npm install -g npm@9
19
+ - npm config fix
20
21
deploy:
22
provider: npm
23
email: [email protected]
24
api_key:
25
secure: LPHWQ6sru682JxPEnRt1rV/1oKJvJBejIx+fsFy2a67ZJQQEqNtW61QPBGq4NDNLnV89QiC+ImH13UyWcvaPEcfncXhyqSDpPtCBQN9btIU8MSSHGM51vahWZtbRonR5/She/hjrEPqEAclYKXx0BNb3SrSgRQNHVjaONTQNmiM=
26
on:
27
tags: true
28
+ skip_cleanup: true
0 commit comments