Skip to content

Commit

Permalink
Add to .travis.yml for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
kotet committed Jun 6, 2017
1 parent 496e59a commit 3590ddf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ d:
- dmd
- ldc

install:
- dub fetch doveralls

script:
- dub test --compiler=${DC}
- dub test --compiler=${DC} -b unittest-cov
- dub run doveralls

0 comments on commit 3590ddf

Please sign in to comment.