Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
r3wt committed Feb 20, 2022
1 parent 266db6f commit e598789
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,23 @@ jobs:
- npm run test:coverage
- npm run build
after_success: 'npm run coveralls'
- stage: cd
before_deploy:
- npm install
- npm run test:coverage
- npm run build
deploy:
edge: true
provider: npm
email: "$NPM_EMAIL"
api_key: "$NPM_TOKEN"
skip_cleanup: true
cleanup: false
after_success:
- npm run coveralls
stages:
- name: ci
if: type = pull_request
- name: cd
if: branch = master AND commit_message =~ /^[0-9]*\.[0-9]*\.[0-9]*$/
before_deploy:
- npm install
- npm run test:coverage
- npm run build
deploy:
edge: true
provider: npm
email: "$NPM_EMAIL"
api_key: "$NPM_TOKEN"
skip_cleanup: true
cleanup: false
after_success:
- npm run coveralls

0 comments on commit e598789

Please sign in to comment.