Attempt to build a dist on travis if all tests pass
Peter Rabbitson [Wed, 19 Dec 2012 11:22:45 +0000 (12:22 +0100)]
.travis.yml

index ad51211..db8fdfa 100644 (file)
@@ -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