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=88c66848b635150575cd3de177efdebf62d7d7eb;hpb=f2f65c95b32700b37efc1e0641402b31d09d7c13;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index 88c6684..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 @@ -205,8 +206,6 @@ matrix: # which ones of the above can fail allow_failures: - # disable until RT#92413 is fixed - - perl: 5.8 # these run with various dev snapshots - allowed to fail - perl: devcpan_5.8.7_thr