aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-02-06 23:07:59 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-02-07 11:23:05 +0000
commit3ec1e871a1a04cd1f6ce051d1a6247acf2220ac2 (patch)
treeb4d62939bdc97c4398935e9e999afae1c27a10c3
parent35445b8cc7ae02acdfbfc3e2e9da15b022736906 (diff)
[Travis] Do not ignore Authentication::Credentials
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 13bbee380..479595cad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ install:
- 'if [ "$TRAVIS_PERL_VERSION" = "5.24" ]; then cpanm --quiet --notest https://github.com/mysociety/codecov-perl/tarball/cover-uncoverables; fi'
before_script:
- commonlib/bin/gettext-makemo FixMyStreet
- - 'if [ "$TRAVIS_PERL_VERSION" = "5.24" ]; then export HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,local/lib/perl5,commonlib,perllib/Catalyst,perllib/DBIx,perllib/Email,perllib/Template,^t"; fi'
+ - 'if [ "$TRAVIS_PERL_VERSION" = "5.24" ]; then export HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,local/lib/perl5,commonlib,perllib/Catalyst/[^A],perllib/DBIx,perllib/Email,perllib/Template,^t"; fi'
script: "script/test --jobs 3 t"
after_success:
- .travis/after_script