File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,14 @@ node_js:
99 - " 4.2"
1010 - " 5.0"
1111script : npm run test:ci
12- # after_success:
13- # - curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py
14- # - python travis_after_all.py
15- # - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
16- # - export $(cat .to_export_back) &> /dev/null
17- # - npm run semantic-release
12+ after_success :
13+ - curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py
14+ - python travis_after_all.py
15+ - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
16+ - export $(cat .to_export_back) &> /dev/null
17+ - npm run semantic-release
1818addons :
1919 sauce_connect : true
20+ branches :
21+ except :
22+ - " /^v\\ d+\\ .\\ d+\\ .\\ d+$/"
Original file line number Diff line number Diff line change 33 "description" : " Client for Contentful's Content Delivery API" ,
44 "homepage" : " https://www.contentful.com/developers/documentation/content-delivery-api/" ,
55 "main" : " index.js" ,
6- "repository" : " git@github.com:contentful/contentful.js.git" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " https://github.com/contentful/contentful.js.git"
9+ },
710 "author" : " Contentful <support@contentful.com>" ,
811 "license" : " MIT" ,
912 "scripts" : {
You can’t perform that action at this time.
0 commit comments