Skip to content

Commit

Permalink
chore(build): ran semantic-release-cli setup to properly configure tr…
Browse files Browse the repository at this point in the history
…avis
  • Loading branch information
Brett Uglow committed May 13, 2016
1 parent 7b6ab12 commit febbc6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ script:
- npm test

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+$/

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/uglow/cz-customizable-ghooks.git"
"url": "https://github.com/uglow/cz-customizable-ghooks.git"
},
"keywords": [
"cz-customizable",
Expand Down

0 comments on commit febbc6d

Please sign in to comment.