From 828a04535c2538c5de4399c954daf438e8fd1987 Mon Sep 17 00:00:00 2001 From: Dylan Arbour Date: Tue, 5 Dec 2017 15:55:07 -0500 Subject: [PATCH] Add Github to known_hosts --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 715a086fc8..6f5697569b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,6 @@ jobs: go: tip - <<: *simple-test os: osx - osx_image: xcode7.3 go: 1.9.x install: # brew takes horribly long to update itself despite the above caching @@ -74,3 +73,5 @@ jobs: repo: golang/dep branch: master tags: true +addons: + ssh_known_hosts: github.com