Skip to content

Commit

Permalink
ci: moving coveralls logging to travis build state "after_success"
Browse files Browse the repository at this point in the history
  • Loading branch information
sramam committed Nov 15, 2017
1 parent c3b6dc0 commit 70f5b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ before_script:
- npm prune
script:
- npm run prepush
# get the coverage metrics to coveralls
- npm run coveralls-report
after_failure:
- git status
- git diff
after_success:
# get the coverage metrics to coveralls
- npm run coveralls-report
- npm run semantic-release
branches:
except:
Expand Down

0 comments on commit 70f5b7f

Please sign in to comment.