From 12b5e6d752f488772eede518f78c066f30fa2484 Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Tue, 29 Sep 2020 17:41:26 +0300 Subject: [PATCH] Update travis script --- travis-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-script.sh b/travis-script.sh index 9ccd5df..f3d2356 100755 --- a/travis-script.sh +++ b/travis-script.sh @@ -3,7 +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" + 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 ..-*