From: Arthur Axel 'fREW' Schmidt Date: Fri, 6 Sep 2013 00:50:09 +0000 (-0500) Subject: test with travis X-Git-Tag: v0.006000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a9f9644e8073bb6060a51c2cf44536a3ed52dc2;p=p5sagit%2FLog-Contextual.git test with travis --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b8aff8c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: perl +perl: + - "5.18" + - "5.16" + - "5.14" + - "5.12" + - "5.10" + - "5.8" +install: + - export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 + - cpanm --quiet --notest --installdeps . + - cpanm -nq Devel::Cover::Report::Coveralls +script: + - PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t + - cover +after_success: + - cover -report coveralls