From 619761451cd7107f99f968a9efe247950f450363 Mon Sep 17 00:00:00 2001 From: tiago Date: Wed, 13 Aug 2014 15:20:27 +0100 Subject: [PATCH] remove quiet flag on push to master --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba1f903..a1168aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,5 @@ env: - secure: KulQLPiNqmJ8G56N1bSmbVH0e8r58tGstKv7lgPKHH7aLSskZpOzi4aC2jQJMcCti6vsbWORQuwRyhlG8v/iLbYYdrPquf46mQOIjkJ7i/qOnAOfaomMo2jJso/w7/dtvjH2DkCWelTdhx7HKU8TRF0xjBdO6omWVi7RqmZokhE= after_success: - coveralls -- '[ "${TRAVIS_BRANCH}" = "integration" ] && git push -fq https://${GITHUB_TOKEN}:x-oauth-basic@github.com/${TRAVIS_REPO_SLUG}.git HEAD:master' +- '[ "${TRAVIS_BRANCH}" = "integration" ] && git push -f https://${GITHUB_TOKEN}:x-oauth-basic@github.com/${TRAVIS_REPO_SLUG}.git HEAD:master' - ".utility/push_doc_to_gh_pages.sh"