diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-06 23:07:59 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-07 11:23:05 +0000 |
commit | 3ec1e871a1a04cd1f6ce051d1a6247acf2220ac2 (patch) | |
tree | b4d62939bdc97c4398935e9e999afae1c27a10c3 /.travis.yml | |
parent | 35445b8cc7ae02acdfbfc3e2e9da15b022736906 (diff) |
[Travis] Do not ignore Authentication::Credentials
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |