Skip to content

Commit

Permalink
ci(.travis.yml): move script to success block
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmind committed Mar 10, 2017
1 parent 471abba commit c19431f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- npm i --save-dev travis-after-all
before_script:
- npm prune
after_script:
after_success:
- |
set +e
declare exitCode;
Expand All @@ -24,7 +24,6 @@ after_script:
sh ./.scripts/trigger-travis.sh --branch docker goodmind check-types $TRAVIS_TOKEN
fi
fi
after_success:
- npm run semantic-release
branches:
except:
Expand Down

0 comments on commit c19431f

Please sign in to comment.