Skip to content

Commit 104c92e

Browse files
committed
use latest stable doveralls
1 parent fd188f2 commit 104c92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e -o pipefail
44

55
if [ "$COVERAGE" = true ]; then
6-
dub fetch doveralls --version=~master
6+
dub fetch doveralls
77
dub test -b unittest-cov --compiler=${DC}
88
dub run doveralls --compiler=${DC}
99
else

0 commit comments

Comments
 (0)