From: Jesse Luehrs Date: Sun, 5 May 2013 17:05:48 +0000 (-0500) Subject: add travis configuration X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c415e824453cab0ce1f3afdea4f7f0c399c1895;p=gitmo%2FMoose.git add travis configuration --- diff --git a/.gitignore b/.gitignore index 79e3a45..f503d20 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /.build .* !.gitignore +!.travis.yml Moose-* *.bs /xs/*.c diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..01f7401 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: perl +perl: + - "5.16" + - "5.14" + - "5.12" + - "5.10"