Browse Source

Remove travis_after_all from .travis.yml

This is no longer needed with semantic-release 6!
pull/726/head
Julian Simioni 8 years ago
parent
commit
d5fa1499a0
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 3
      .travis.yml

3
.travis.yml

@ -26,9 +26,6 @@ before_install:
before_script:
- npm prune
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
- export $(cat .to_export_back) &> /dev/null
- npm run semantic-release
branches:
except:

Loading…
Cancel
Save