From 0a2219c5f70126b4d9c7926032b5ead29ef30fe2 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 5 Sep 2017 22:02:48 +0200 Subject: [PATCH] Travis: Reduce workload by removing Go tip --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37b8c8c7c..16742b3b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ sudo: false go: - 1.8.3 - 1.9 - - tip os: - linux @@ -16,8 +15,6 @@ env: matrix: exclude: - - os: osx - go: tip - os: osx go: 1.8.3 - os: linux @@ -28,8 +25,6 @@ matrix: sudo: true env: RESTIC_TEST_FUSE=1 - allow_failures: - - go: tip branches: only: