Skip to content

Commit

Permalink
Simplify .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Jun 28, 2015
1 parent 20ac7e8 commit d5103d9
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,10 @@ matrix:
allow_failures:
- perl: "blead"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init
- build-perl
- perl -V
- build-dist
- cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command
- eval $(curl https://travis-perl.github.io/init) --auto
install:
- cpan-install --deps CGI DBD::SQLite XML::Parser DBD::Pg # Optional test deps
- cpan-install Test::EOL Test::NoTabs # Author test deps
- cpan-install --coverage
before_script:
- psql -U postgres -c 'create database sqlt_test;'
- coverage-setup
script:
- perl Makefile.PL
- prove -lrsv $(test-dirs)
after_success:
- coverage-report

0 comments on commit d5103d9

Please sign in to comment.