You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
Most of these functions have stubbed tests, and are all related to pushing and pulling.
The problems with these tests are:
TravisCI.org needs API credentials that it can use. These can be stored as environment variables in a number of ways, but we'll need to provide a way for the plugin to copy the environment variables for the API creds into the database as a part of the test bootstrapping.
The Travis server running the tests needs to have its IP address whitelisted. We might be able to do this by whitelisting a range of IP addresses in the ACL so that we can write tests that communicate with the API.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Most of these functions have stubbed tests, and are all related to pushing and pulling.
The problems with these tests are:
The text was updated successfully, but these errors were encountered: