Skip to content

Commit

Permalink
Use Travis CI for this project too.
Browse files Browse the repository at this point in the history
(It'd have caught those missing prereqs, for a start.)

(... maybe I should have another try at getting to like Dist::Zilla, and let it
manage stuff like this for me...)
  • Loading branch information
bigpresh committed Dec 9, 2012
1 parent 4cb16ad commit ad47618
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: perl

perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"

script:
- perl Makefile.PL
- make test

0 comments on commit ad47618

Please sign in to comment.