Skip to content

Commit

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

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

0 comments on commit d4f0c29

Please sign in to comment.