Skip to content

Commit

Permalink
Fix travis syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 25, 2016
1 parent e07fd5f commit a4b2fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ perl:
- "5.16"
- "5.14"
before_install:
cpanm -n Devel::Cover::Report::Coveralls Test::Script
install:
- cpanm --skip-satisfied --installdeps -q -n DBI::DBD DBI DBI::DBD::SqlEngine
- cpanm --skip-satisfied -q -n DBI::DBD DBI DBI::DBD::SqlEngine
cpanm -n Devel::Cover::Report::Coveralls Test::Script
script:
perl Makefile.PL && make && TRAVIS_TESTING=1 cover -test -report coveralls

0 comments on commit a4b2fb8

Please sign in to comment.