Skip to content

Commit

Permalink
our code is too slow for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Nov 18, 2020
1 parent 049b3fa commit 2ca68ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ matrix:
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
- cpanm --quiet --notest File::ShareDir::Install XML::XPath DBM::Deep Digest::MD5 File::Find::Rule Spreadsheet::XLSX Text::CSV_XS LWP::Protocol::https
- ./build-data.sh
script: "perl Makefile.PL && make && cover -ignore_re ^buildtools/ -test -report coveralls"
script: "perl Makefile.PL && make && travis_wait 30 cover -ignore_re ^buildtools/ -test -report coveralls"
sudo: false

0 comments on commit 2ca68ca

Please sign in to comment.