Skip to content

Commit

Permalink
remove quiet flag on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
tiago committed Aug 13, 2014
1 parent 2b357c7 commit 6197614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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"

0 comments on commit 6197614

Please sign in to comment.