X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=db8fdfa23e7b44580955d5414dee95835084947f;hb=c87d30a7fa385200b9129a92b446f45c4028def0;hp=ad5121183f3d3146276f86e16a1def815392e9a8;hpb=d0b79c51514519ddd61e90123c9f7e5e792515b3;p=dbsrgits%2FDBIx-Class.git 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