From: Peter Rabbitson Date: Wed, 29 Jun 2016 17:29:27 +0000 (+0200) Subject: (travis) Add poisoning to the base non-clean build run X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=4748528603469f1d60b4df0321d4ed6be6e5c724 (travis) Add poisoning to the base non-clean build run --- diff --git a/.travis.yml b/.travis.yml index 2b0d8b9..26a7a1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,23 +70,28 @@ matrix: # In genereal it is strongly recommended to keep things on the older # version indefinitely - there is little value in-depth smoking on # more recent software stacks + # Add moderate (not complete) poisoning, as these will run on PR-related + # builds, therefore contributors will get notified about *most* issues - perl: "5.8" sudo: required dist: precise env: - CLEANTEST=false + - POISON_ENV=true - perl: "5.10" sudo: required dist: precise env: - CLEANTEST=false + - POISON_ENV=true - perl: "5.22-extras" sudo: required dist: precise env: - CLEANTEST=false + - POISON_ENV=true # CLEANTEST of minimum supported with non-tracing poisoning, single thread (hence the sudo) - perl: "5.8.3_nt_mb"