Skip to content

Commit

Permalink
Merge pull request #51 from jeffijoe/add-semanticrelease-again
Browse files Browse the repository at this point in the history
Add Deploy step
  • Loading branch information
jeffijoe authored Aug 22, 2022
2 parents 4a684fe + d7d0fac commit ea4d7b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ before_script: npm run lint && npm run build

# Code coverage
script: npm run coveralls

after_success:
- npm install -g travis-deploy-once@4
- travis-deploy-once --pro "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit ea4d7b5

Please sign in to comment.