Skip to content

Commit

Permalink
ci(travis): run semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmind committed Aug 26, 2016
1 parent d54c3bc commit f201c11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ before_install:
- npm i -g npm@^3.0.0
before_script:
- npm prune
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+$/

0 comments on commit f201c11

Please sign in to comment.