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 ee2a7306e7
commit 399da06843
2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -22,7 +22,7 @@
},
"dependencies": {
"@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/last-release-npm": "^1.2.1",
"@semantic-release/release-notes-generator": "^2.0.0",