Skip to content

Commit e8106c3

Browse files
committed
Update .travis.yaml
1 parent b1a7162 commit e8106c3

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.travis.yml

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
1+
branches:
2+
only:
3+
- "/^\\d+\\.\\d+/"
4+
15
dist: jammy
6+
27
language: node_js
8+
39
node_js:
4-
- stable
10+
- stable
11+
512
sudo: false
13+
614
script:
7-
- npm test
8-
branches:
9-
only:
10-
- "/^\\d+\\.\\d+/"
15+
- echo "Ready to deploy"
16+
17+
before_deplay:
18+
- npm install -g npm@9
19+
- npm config fix
20+
1121
deploy:
1222
provider: npm
1323
1424
api_key:
1525
secure: LPHWQ6sru682JxPEnRt1rV/1oKJvJBejIx+fsFy2a67ZJQQEqNtW61QPBGq4NDNLnV89QiC+ImH13UyWcvaPEcfncXhyqSDpPtCBQN9btIU8MSSHGM51vahWZtbRonR5/She/hjrEPqEAclYKXx0BNb3SrSgRQNHVjaONTQNmiM=
1626
on:
1727
tags: true
28+
skip_cleanup: true

0 commit comments

Comments
 (0)