Skip to content

Commit

Permalink
Instead of unnecessary after_script, use just the script entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Sep 20, 2018
1 parent b1cb545 commit 6bf9984
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 @@ -105,5 +105,4 @@ jobs:

# Report metrics, such as coverage
- stage: report
script: true
after_script: java -jar ~/codacy-coverage-reporter-assembly.jar final
script: java -jar ~/codacy-coverage-reporter-assembly.jar final

0 comments on commit 6bf9984

Please sign in to comment.