Skip to content

Commit

Permalink
Fix Travis configuration to properly build tagged commits and deploy …
Browse files Browse the repository at this point in the history
…to NPM.
  • Loading branch information
Kyle Mavis committed Mar 20, 2019
1 parent 974cb37 commit 617e29c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js: 'node'
branches:
only: master
only:
- master
- /^v\d+\.\d+\.\d+$/
cache: yarn
script:
- yarn test
Expand Down

0 comments on commit 617e29c

Please sign in to comment.