Skip to content

Commit

Permalink
chore: adapt to latest semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Feb 17, 2017
1 parent 2fcf830 commit 35b887a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ notifications:
node_js:
- 6
- 4
- '0.12'
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
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 comments on commit 35b887a

Please sign in to comment.