Skip to content

Commit

Permalink
Try to fix doveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Jul 18, 2020
1 parent 645c0cb commit d8aa2f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
set -ex

if [ "$USE_DOVERALLS" = "true" ]; then
wget -O doveralls "https://github.com/ColdenCullen/doveralls/releases/download/v1.2.0/doveralls_linux_travis"
chmod +x doveralls
wget -q -O - "http://bit.ly/Doveralls" | bash
dub test -b unittest-cov --compiler=${DC}
rm ..-*
./doveralls
Expand Down

0 comments on commit d8aa2f1

Please sign in to comment.