aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-17 15:00:51 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-17 15:16:04 +0100
commit676d755848465c6fec01243fd6c7df7e249d5c2b (patch)
treeb9ff7ebf02716f5b082c4bd0aaf06b7a57913b45 /.travis.yml
parentadfbe1c2ef9335e86e4f177db2eb2adfa6249e52 (diff)
[Travis] Ignore perllib/Email.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bee36bc70..6ecd026f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ install:
- 'if [ "$TRAVIS_PERL_VERSION" = "5.14" ]; then cpanm --quiet --notest Devel::Cover::Report::Codecov; fi'
before_script:
- commonlib/bin/gettext-makemo FixMyStreet
- - 'if [ "$TRAVIS_PERL_VERSION" = "5.14" ]; then export HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,local/lib/perl5,commonlib,perllib/Catalyst,perllib/DBIx,perllib/Template,^t"; fi'
+ - 'if [ "$TRAVIS_PERL_VERSION" = "5.14" ]; then export HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,local/lib/perl5,commonlib,perllib/Catalyst,perllib/DBIx,perllib/Email,perllib/Template,^t"; fi'
script: "script/test --jobs 3 t"
after_success:
- .travis/after_script