From fa5591947991de31b21057b270acdfa98b56eac2 Mon Sep 17 00:00:00 2001 From: Tahsin Hasan Date: Sat, 22 Feb 2020 21:57:43 +0600 Subject: [PATCH] enterprise config set --- lib/travis/yml/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/yml/config.rb b/lib/travis/yml/config.rb index 2aef94208..9b08b38fb 100644 --- a/lib/travis/yml/config.rb +++ b/lib/travis/yml/config.rb @@ -5,7 +5,7 @@ module Travis module Yml class Config < Travis::Config define auth_keys: ['abc123'], - enterprise: ENV['TRAVIS_ENTERPRISE'] || false, + enterprise: false, github: { url: 'https://api.github.com', ssl: {} }, travis: { url: 'https://api.travis-ci.com', ssl: {}, token: nil }, metrics: { reporter: 'librato' },