Skip to content

Commit

Permalink
fixup! Use Devel::Confess in test
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 11, 2019
1 parent 395ff55 commit 40a2a98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ before_install:
- build-dist
- cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command
install:
- cpan-install Data::Dump Authen::NTLM Test::Spelling Test::Pod Test::Pod::Coverage Test::Version Test::EOL
- cpan-install --deps # installs prereqs, including optional modules
- cpan-install --coverage # installs converage prereqs, if enabled
- cpan-install Data::Dump Authen::NTLM Test::Spelling Test::Pod Test::Pod::Coverage Test::Version Test::EOL Devel::Confess
- cpan-install --deps # installs prereqs, including optional modules
- cpan-install --coverage # installs converage prereqs, if enabled
before_script:
- coverage-setup
script:
Expand Down

0 comments on commit 40a2a98

Please sign in to comment.