diff --git a/.travis.yml b/.travis.yml index 9fd3f4e7c..b3bc63436 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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+$/" diff --git a/package.json b/package.json index e67c28e60..e9bcabc1f 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", "scripts": {