Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
6c650b32
Commit
6c650b32
authored
Aug 17, 2013
by
Aaron Hill
Browse files
Removed coverage reporting on pull requests
parent
ea72e0b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
6c650b32
...
@@ -25,4 +25,4 @@ env:
...
@@ -25,4 +25,4 @@ env:
JjlEyFWS487IFteR87U9pt18qongJJIphaBdT9/lDVLsMWZ0Jh5ZLQfX+2jS
JjlEyFWS487IFteR87U9pt18qongJJIphaBdT9/lDVLsMWZ0Jh5ZLQfX+2jS
aF2UwsrYkzBUMrqMqYCc2+X6CuswLEZTVXDAlNh+emvhxZ5faMI=
aF2UwsrYkzBUMrqMqYCc2+X6CuswLEZTVXDAlNh+emvhxZ5faMI=
after_success
:
'
coveralls'
after_success
:
'
if
[[
"$TRAVIS_PULL_REQUEST"
==
"false"
]];
then
coveralls
;
fi
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment