From: Aaron Hill Date: Sat, 17 Aug 2013 20:34:18 +0000 (-0400) Subject: Removed coverage reporting on pull requests X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6c650b32d7948c58e119d69561f239731e0899b1;p=tweepy.git Removed coverage reporting on pull requests --- diff --git a/.travis.yml b/.travis.yml index 914767f..314e1b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ env: JjlEyFWS487IFteR87U9pt18qongJJIphaBdT9/lDVLsMWZ0Jh5ZLQfX+2jS aF2UwsrYkzBUMrqMqYCc2+X6CuswLEZTVXDAlNh+emvhxZ5faMI= -after_success: 'coveralls' +after_success: 'if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then coveralls; fi'