From ad4761830088cb072aca10cbda87c9e9ab373173 Mon Sep 17 00:00:00 2001 From: David Precious Date: Sun, 9 Dec 2012 13:28:23 +0000 Subject: [PATCH] Use Travis CI for this project too. (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...) --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4176416 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: perl + +perl: + - "5.16" + - "5.14" + - "5.12" + - "5.10" + +script: + - perl Makefile.PL + - make test