Skip to content

Commit

Permalink
chore(package): Update semantic-release integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Mar 20, 2017
1 parent 8fc96ef commit 0ba2067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ before_install:
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 coveralls
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
- /^v\d+\.\d+\.\d+$/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icecast-parser",
"version": "0.0.0-semantic-release",
"version": "0.0.0-development",
"description": "NodeJS module for getting and parsing metadata from SHOUTcast/Icecast radio streams",
"main": "src/index.js",
"license": "MIT",
Expand Down

0 comments on commit 0ba2067

Please sign in to comment.