Skip to content

Commit

Permalink
Do not generate coverage info in the release package
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanja-boric-sociomantic committed Sep 7, 2018
1 parent 2757043 commit d7abf9b
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 @@ -58,6 +58,6 @@ jobs:

# Package matrix
- <<: *package-matrix
env: DMD=1.081.* F=production
env: DMD=1.081.* F=production COV=0
- <<: *package-matrix
env: DMD=2.070.2.s* F=production
env: DMD=2.070.2.s* F=production COV=0

0 comments on commit d7abf9b

Please sign in to comment.