From: Dagfinn Ilmari Mannsåker Date: Tue, 9 Jan 2018 13:50:15 +0000 (+0000) Subject: Explicitly set COVERAGE=coveralls X-Git-Tag: v1.59_01~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a575c4b061a31d6878dfc10157b4dab61269bbf;p=dbsrgits%2FSQL-Translator.git Explicitly set COVERAGE=coveralls No codedov, it the reporter module has deps that require 5.10.1. --- diff --git a/.travis.yml b/.travis.yml index 9ea9d11..9296dc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ perl: - "5.8" env: global: - - COVERAGE=1 + - COVERAGE="coveralls" - DBICTEST_PG_DSN=dbi:Pg:dbname=sqlt_test - DBICTEST_PG_USER=postgres matrix: