Skip to content

Commit

Permalink
Try to remove coverage statistics files of dependencies before runnin…
Browse files Browse the repository at this point in the history
…g doveralls
  • Loading branch information
FreeSlave committed Jun 4, 2016
1 parent 3faf6d6 commit 0ad6f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if [ "$USE_DOVERALLS" = "true" ]; then
wget -O doveralls "https://github.com/ColdenCullen/doveralls/releases/download/v1.2.0/doveralls_linux_travis"
chmod +x doveralls
dub test -b unittest-cov --compiler=${DC}
rm ..-*
./doveralls
else
dub test --compiler=${DC}
Expand Down

0 comments on commit 0ad6f0f

Please sign in to comment.