From: Peter Rabbitson Date: Mon, 9 Sep 2013 06:49:21 +0000 (+0200) Subject: Reorder travis tests by length, add 5.12.4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ced296a8eeeca701c84d415df24186ce287abdcc;p=dbsrgits%2FDBIx-Class-Historic.git Reorder travis tests by length, add 5.12.4 --- diff --git a/.travis.yml b/.travis.yml index b1fdcb5..c0b96cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,28 +69,19 @@ env: matrix: include: - # minimum supported with threads - - perl: 5.8.5_thr - env: - - CLEANTEST=false - - BREWOPTS="-Duseithreads" - - BREWVER=5.8.5 - - DBIC_TRACE_PROFILE=console - - # minimum supported without threads - - perl: 5.8.3_nt + # this particular perl is quite widespread + - perl: 5.8.8_thr_mb env: - - CLEANTEST=false - - BREWOPTS="" - - BREWVER=5.8.3 - - DBIC_TRACE_PROFILE=console_monochrome + - CLEANTEST=true + - BREWOPTS="-Duseithreads -Dusemorebits" + - BREWVER=5.8.8 - # check CLEANTEST of minimum supported - - perl: 5.8.3_nt_mb + # so is this one (test a sane CPAN.pm) + - perl: 5.12.4_thr_mb env: - CLEANTEST=true - - BREWOPTS="-Dusemorebits" - - BREWVER=5.8.3 + - BREWOPTS="-Duseithreads -Dusemorebits" + - BREWVER=5.12.4 # this is the perl suse ships - perl: 5.10.0_thr_dbg @@ -99,14 +90,32 @@ matrix: - BREWOPTS="-DDEBUGGING -Duseithreads" - BREWVER=5.10.0 - # this particular perl is quite widespread - - perl: 5.8.8_thr_mb + # CLEANTEST of minimum supported + - perl: 5.8.3_nt_mb env: - CLEANTEST=true - - BREWOPTS="-Duseithreads -Dusemorebits" - - BREWVER=5.8.8 + - BREWOPTS="-Dusemorebits" + - BREWVER=5.8.3 + + # Full Test of minimum supported with threads + - perl: 5.8.5_thr + env: + - CLEANTEST=false + - BREWOPTS="-Duseithreads" + - BREWVER=5.8.5 + - DBIC_TRACE_PROFILE=console + # Full Test of minimum supported without threads + - perl: 5.8.3_nt + env: + - CLEANTEST=false + - BREWOPTS="" + - BREWVER=5.8.3 + - DBIC_TRACE_PROFILE=console_monochrome + + ### # some permutations of tracing and envvar poisoning + - perl: 5.18.1_thr_mb env: - CLEANTEST=false