Przeglądaj źródła

Let's try out this travis thing

George S. Baugh 11 lat temu
rodzic
commit
bf65c6c1e2
3 zmienionych plików z 27 dodań i 0 usunięć
  1. 1 0
      .gitignore
  2. 24 0
      .travis.yml
  3. 2 0
      dist.ini

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 *.swp
 Makefile.old
+environment.sh

+ 24 - 0
.travis.yml

@@ -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/

+ 2 - 0
dist.ini

@@ -100,3 +100,5 @@ check_all_plugins = 1
 
 [TidyAll]
 [Signature]
+
+[Git::CommitBuild]