From 0c90c889cd95f9f94d13b2a42ba87a1b50550f69 Mon Sep 17 00:00:00 2001 From: Ryan Shea Date: Wed, 14 Aug 2019 23:04:53 -0600 Subject: [PATCH] Add travis_wait to .travis.yml to fix timeout --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9fa9a0b0f6..a5a74a0c83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: script: - source ci/env.sh - - ci/publish-tarball.sh + - travis_wait 100 ci/publish-tarball.sh branches: only: