From 1a4ce85493e640b00012df19cac5aaf9dc62ff6c Mon Sep 17 00:00:00 2001
From: Josh Pollock <josh@calderawp.com>
Date: Thu, 5 Apr 2018 22:18:23 -0400
Subject: [PATCH] Make Github a known host so we can clone from it

---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 651a5be..5404545 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,12 @@ branches:
   only:
     - master
 
+# Extras
+addons:
+  # Make Github a known host so we can clone from it
+  ssh_known_hosts:
+  - github.com
+
 # Cache composer dependencies
 cache:
   directories:
-- 
GitLab