Skip to content

Commit

Permalink
fix: ensure semantic release script is called
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambie committed Jun 7, 2017
1 parent 5ed9a4f commit 76db521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@latest; fi
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
Expand Down

0 comments on commit 76db521

Please sign in to comment.