From 671efecf29569adf010eb05f3c12c500bfc92748 Mon Sep 17 00:00:00 2001 From: Lucas Clemente Date: Wed, 19 Apr 2017 12:13:55 +0200 Subject: [PATCH] Remove travis retry --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50ac21e42..6d35885e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,7 @@ before_install: - go env # for debugging script: - # Retry building up to 3 times as documented here: https://docs.travis-ci.com/user/common-build-problems/#travis_retry - - travis_retry .travis/script.sh + - .travis/script.sh after_success: - .travis/after_success.sh