Skip to content

Commit

Permalink
chore(travis): run prerelease before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-bansil committed Aug 8, 2016
1 parent b689bce commit 7952c98
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
Expand Up @@ -16,11 +16,13 @@ before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
- npm run prerelease
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
- export $(cat .to_export_back) &> /dev/null
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
- /^v\d+\.\d+\.\d+$/

0 comments on commit 7952c98

Please sign in to comment.