From 17ce1071296a6f3ae1efba10101b99a130a4dbea Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Mon, 9 Nov 2020 11:03:43 -0800 Subject: [PATCH] Avoid timemout --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ccaee71..a2a7fc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ addons: - gnupg2 - pass update: true + ssh_known_hosts: github.com before_install: - echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc - touch .ci-env