projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea72e0b
)
Removed coverage reporting on pull requests
author
Aaron Hill
<aa1ronham@gmail.com>
Sat, 17 Aug 2013 20:34:18 +0000
(16:34 -0400)
committer
Aaron Hill
<aa1ronham@gmail.com>
Sat, 17 Aug 2013 20:41:06 +0000
(16:41 -0400)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 914767fdfcf9f555f1ae67e3c0d37d2951a020b2..314e1b248279afe9c5cac46ab14c6c1bdd9ce75c 100644
(file)
--- 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
'