From 65cd40f10c9b1fbdaaf4224a5b11a70e0e397446 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Sun, 10 Jul 2016 07:56:58 -0400 Subject: [PATCH] add 'make dist' to travis builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dcd95fd31..15aa9274f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ script: - GRAPHVIZ_DESTINATION_FOLDER="graphviz-build" - "./autogen.sh NOCONFIG" - "./configure --prefix=${TRAVIS_BUILD_DIR}/${GRAPHVIZ_DESTINATION_FOLDER}" +- make dist - make - make install - ls -- 2.50.1