X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=fc265706b590b04baf1daf7b7605d94ed91921b7;hb=people%2Filmari%2Foracle-deferred-constraints;hp=ed2c04e7025e9360976e30739a59c6a50e36b81e;hpb=4f6eb3d8d3e8db9dfe002c90c65b856a0a79d60b;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index ed2c04e..fc26570 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,13 +68,14 @@ notifications: language: perl perl: - - "5.18" + - "5.20-extras" env: - CLEANTEST=false - CLEANTEST=true matrix: + fast_finish: true include: # this particular perl is quite widespread - perl: 5.8.8_thr_mb @@ -123,16 +124,16 @@ matrix: ### # some permutations of tracing and envvar poisoning - - perl: 5.16.2_thr_mb + - perl: 5.16.3_thr_mb env: - CLEANTEST=false - POISON_ENV=true - DBIC_TRACE=1 - DBIC_MULTICREATE_DEBUG=0 - BREWOPTS="-Duseithreads -Dusemorebits" - - BREWVER=5.16.2 + - BREWVER=5.16.3 - - perl: 5.18 + - perl: 5.20-extras env: - CLEANTEST=false - POISON_ENV=true @@ -145,7 +146,7 @@ matrix: - DBIC_TRACE=1 - DBIC_TRACE_PROFILE=console - - perl: 5.18 + - perl: 5.18-extras env: - CLEANTEST=false - POISON_ENV=true