diff --git a/.travis.yml b/.travis.yml index 856997f..646ca68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,11 @@ before_install: - npm i -g npm@^3.0.0 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: - /^v\d+\.\d+\.\d+$/