Skip to content

Commit

Permalink
setup travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Jul 12, 2016
1 parent 29b7be4 commit bab9412
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
@@ -0,0 +1,24 @@
sudo: false

language: perl
perl:
- "5.24"
- "5.22"
- "5.20"
- "5.20-shrplib"
- "5.18"
- "5.18-shrplib"
- "5.14"

before_install:
- cpanm -n Minilla Devel::Cover::Report::Coveralls

script:
minil build && perl ./Build.PL && ./Build build && cover -test -report coveralls

notifications:
irc:
channels:
- "irc.freenode.org#chupei.pm"
use_notice: true

0 comments on commit bab9412

Please sign in to comment.