From d5fa1499a07ce8249fe8e8ec57fcca78759c55b5 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 17 Nov 2016 15:55:13 -0500 Subject: [PATCH] Remove travis_after_all from .travis.yml This is no longer needed with semantic-release 6! --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b80c98ce..e7b4bc62 100644 --- a/.travis.yml +++ b/.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: