fix(condition-travis): remove need for python script travis_after_all

This commit is contained in:
Stephan Bönnemann 2015-08-23 00:53:04 +02:00
parent 451378117d
commit 4aa908804c
2 changed files with 2 additions and 5 deletions

View File

@ -14,9 +14,6 @@ before_install:
- npm i -g npm@^2.0.0 - npm i -g npm@^2.0.0
before_script: before_script:
- npm prune - npm prune
- curl -Lo travis_after_all.py https://git.io/vLSON
after_success: after_success:
- python travis_after_all.py - npm run coverage:upload
- export $(cat .to_export_back)
- if [[ $BUILD_LEADER = YES ]]; then npm run coverage:upload; fi
- npm run semantic-release - npm run semantic-release

View File

@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"@semantic-release/commit-analyzer": "^2.0.0", "@semantic-release/commit-analyzer": "^2.0.0",
"@semantic-release/condition-travis": "^4.0.0", "@semantic-release/condition-travis": "^4.1.0",
"@semantic-release/error": "^1.0.0", "@semantic-release/error": "^1.0.0",
"@semantic-release/last-release-npm": "^1.2.1", "@semantic-release/last-release-npm": "^1.2.1",
"@semantic-release/release-notes-generator": "^2.0.0", "@semantic-release/release-notes-generator": "^2.0.0",