From: Peter Rabbitson Date: Wed, 19 Dec 2012 11:22:45 +0000 (+0100) Subject: Attempt to build a dist on travis if all tests pass X-Git-Tag: v0.08205~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=c87d30a7fa385200b9129a92b446f45c4028def0 Attempt to build a dist on travis if all tests pass --- diff --git a/.travis.yml b/.travis.yml index ad51211..db8fdfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -138,3 +138,7 @@ script: # use the random order test plan unless CLEANTEST # prepare_env may have short-circuited the test entirely - test -n "$SHORT_CIRCUIT_SMOKE" || (test "$CLEANTEST" = "true" && make test || prove -lrswj$NUMTHREADS t xt) + +after_success: + # check if we can assemble a dist properly given we have all deps + - test -n "$SHORT_CIRCUIT_SMOKE" || test "$CLEANTEST" = "true" || make dist