Skip to content

Commit

Permalink
ci(travis): move codecov upload to after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Sep 13, 2017
1 parent e5c531e commit e1d5c04
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 @@ -10,9 +10,8 @@ node_js:
- '4'
before_script:
- npm prune
script:
- npm run codecov
after_success:
- npm run codecov
- npm run semantic-release
branches:
except:
Expand Down

0 comments on commit e1d5c04

Please sign in to comment.