-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #1665 - Gets tests to pass with PRs from forks. #1710
Conversation
7e061f2
to
5062eca
Compare
yeah, +1. not as cool as i thought it would be. |
f95ac49
to
1dc9c65
Compare
@@ -18,14 +18,9 @@ cache: | |||
git: | |||
depth: 5 | |||
|
|||
addons: |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome.
# this file is only important in non-test mode. | ||
# in test mode everything must be mocked, | ||
# so there is no external api communication. | ||
config_validator() |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
@@ -20,15 +20,6 @@ define( | |||
return params ? base + params : base; | |||
}; | |||
|
|||
function takeScreenshot() { |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
r? @miketaylr
I removed the screenshot capability because it was making it harder to read the Travis console. We can put it back after this, but I didn't see much use to it in the first place. What do you think, @miketaylr ?