remove travis mentions in codebase
Travis is no longer used, let's ditch these.
This commit is contained in:
parent
e399c05cb4
commit
c711b9149e
4 changed files with 5 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ func getAWSCredentialsFromEnv() (*awsCredentials, error) {
|
|||
region, regionExists := os.LookupEnv("AWS_REGION")
|
||||
bucket, bucketExists := os.LookupEnv("AWS_BUCKET")
|
||||
|
||||
// Workaround Travis security feature. If non of the variables is set, just ignore the test
|
||||
// If non of the variables is set, just ignore the test
|
||||
if !akExists && !sakExists && !bucketExists && !regionExists {
|
||||
return nil, nil
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ func GetAzureCredentialsFromEnv() (*azureCredentials, error) {
|
|||
location, lExists := os.LookupEnv("AZURE_LOCATION")
|
||||
resourceGroup, rgExists := os.LookupEnv("AZURE_RESOURCE_GROUP")
|
||||
|
||||
// Workaround Travis security feature. If non of the variables is set, just ignore the test
|
||||
// If non of the variables is set, just ignore the test
|
||||
if !saExists && !sakExists && !cExists && !siExists && !ciExists && !csExists && !tiExists && !lExists && !rgExists {
|
||||
return nil, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue