X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=359a9e9a4d7a7c80f67efef9542d658ea946132f;hb=55c6fb91c49622238426338d04dbc4f253445cdf;hp=9fe3eacd114c474e32911551e5941c8c451f9ced;hpb=6bb14e9bcb10e0c64a3d4b8ee4c600b34ec12f12;p=dbsrgits%2FDBIx-Class.git diff --git a/.travis.yml b/.travis.yml index 9fe3eac..359a9e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ # possible set of deps *without testing them*. This ensures we stay within # a reasonable build-time and still run as many of our tests as possible # -# * The perl builds and the DBIC tests run under NUMTHREADS number of threads. +# * The perl builds and the DBIC tests run under VCPU_USE number of threads. # The testing of dependencies under CLEANTEST runs single-threaded, at least # until we fix our entire dep-chain to safely pass under -j # @@ -75,7 +75,9 @@ perl: env: - CLEANTEST=false - - CLEANTEST=true NUMTHREADS=1 + - CLEANTEST=true VCPU_USE=1 + +sudo: true matrix: fast_finish: true