fix(condition-travis): remove need for python script travis_after_all
This commit is contained in:
parent
ee2a7306e7
commit
399da06843
@ -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
|
|
||||||
- export $(cat .to_export_back)
|
|
||||||
- npm run coverage:upload
|
- npm run coverage:upload
|
||||||
- npm run semantic-release
|
- npm run semantic-release
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user