@@ -1,2 +1,3 @@
*.swp
Makefile.old
+environment.sh
@@ -0,0 +1,24 @@
+language: perl
+perl:
+ - 'blead'
+ - '5.20'
+ - '5.18'
+ - '5.16'
+ - '5.14'
+ - '5.12'
+ - '5.10'
+matrix:
+ allow_failures:
+ - perl: 'blead'
+ fast_finish: true
+before_install:
+ - export AUTOMATED_TESTING=1 NONINTERACTIVE_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
+ - git clone git://github.com/haarg/perl-travis-helper
+ - source perl-travis-helper/init
+ - build-perl
+ - perl -V
+ - git config --global user.name "TravisCI"
+ - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
+branches:
+ only:
+ - /^build/
@@ -100,3 +100,5 @@ check_all_plugins = 1
[TidyAll]
[Signature]
+
+[Git::CommitBuild]