Skip to content

Commit

Permalink
fix(travis): Allow this branch to be semantically released
Browse files Browse the repository at this point in the history
BREAKING CHANGE
This commit will allow the new rewritten version of this library to be
released
  • Loading branch information
trodrigues committed Feb 24, 2016
1 parent 8b666b4 commit 9555fab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ node_js:
- "4.2"
- "5.0"
script: npm run test:ci
#after_success:
# - curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py
# - python travis_after_all.py
# - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
# - export $(cat .to_export_back) &> /dev/null
# - npm run semantic-release
after_success:
- curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py
- python travis_after_all.py
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
- export $(cat .to_export_back) &> /dev/null
- npm run semantic-release
addons:
sauce_connect: true
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"description": "Client for Contentful's Content Delivery API",
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/",
"main": "index.js",
"repository": "git@github.com:contentful/contentful.js.git",
"repository": {
"type": "git",
"url": "https://github.com/contentful/contentful.js.git"
},
"author": "Contentful <support@contentful.com>",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 9555fab

Please sign in to comment.