From ec6d72cddfafd2e11b62f5bde54b1b00be686671 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 15 Aug 2016 15:24:45 +0200 Subject: [PATCH] Shorten logs. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eafd322e..100ada6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -159,7 +159,7 @@ script: git push --force https://$OAUTH_TOKEN@github.com/${TRAVIS_REPO_SLUG} cling-nightlies fi - timeout $TIMEOUT tools/packaging/cpt.py --current-dev=tar --with-cling-url=https://github.com/$TRAVIS_REPO_SLUG --verbose --skip-cleanup + timeout $TIMEOUT tools/packaging/cpt.py --current-dev=tar --with-cling-url=https://github.com/$TRAVIS_REPO_SLUG --skip-cleanup else tools/packaging/cpt.py --tarball-tag=$TRAVIS_TAG --with-cling-url=https://github.com/$TRAVIS_REPO_SLUG fi