Skip to content

Commit

Permalink
Update .travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Apr 30, 2024
1 parent b1a7162 commit e8106c3
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
branches:
only:
- "/^\\d+\\.\\d+/"

dist: jammy

language: node_js

node_js:
- stable
- stable

sudo: false

script:
- npm test
branches:
only:
- "/^\\d+\\.\\d+/"
- echo "Ready to deploy"

before_deplay:
- npm install -g npm@9
- npm config fix

deploy:
provider: npm
email: [email protected]
api_key:
secure: LPHWQ6sru682JxPEnRt1rV/1oKJvJBejIx+fsFy2a67ZJQQEqNtW61QPBGq4NDNLnV89QiC+ImH13UyWcvaPEcfncXhyqSDpPtCBQN9btIU8MSSHGM51vahWZtbRonR5/She/hjrEPqEAclYKXx0BNb3SrSgRQNHVjaONTQNmiM=
on:
tags: true
skip_cleanup: true

0 comments on commit e8106c3

Please sign in to comment.