Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Start getting coverage reports again
  • Loading branch information
oalders committed Nov 10, 2017
commit a4c2d007202b313ac583544ad66d652eee8fffb8
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ env:

# Instantiate Catalyst models using metacpan_server_testing.conf
- METACPAN_SERVER_CONFIG_LOCAL_SUFFIX=testing

- DEVEL_COVER_OPTIONS="-ignore,^local/"
matrix:
- USE_CPANFILE_SNAPSHOT=true
- USE_CPANFILE_SNAPSHOT=false
Expand All @@ -43,7 +45,6 @@ before_install:
- sudo service elasticsearch stop && curl -O -L https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-2.4.3.deb && sudo dpkg -i --force-confnew elasticsearch-2.4.3.deb && sudo service elasticsearch start
- sudo service elasticsearch restart

#- cpanm -n Devel::Cover::Report::Coveralls
- cpanm -n Carton
- cpanm -n App::cpm

Expand All @@ -56,12 +57,13 @@ install:

before_script:
- "perl -i -pe 's/(servers :)9900/localhost:9200/' metacpan_server_testing.conf"
- coverage-setup

script:
- carton exec prove -lr -j$(test-jobs) t

after_success:
# - cover -report coveralls
- coverage-report

#after_failure:
# - cat ~/.cpanm/build.log
Expand Down