From 34bf9de339740b51ad6eb4f03c86fce6588cf2d8 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 17 Feb 2018 18:48:15 +0100 Subject: [PATCH] Fix Go versions for Travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5dd45682f..cd99a36a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false go: - "1.8.x" - "1.9.x" - - "1.10.x" + - "1.10" os: - linux @@ -21,10 +21,10 @@ matrix: - os: osx go: "1.9.x" - os: linux - go: "1.10.x" + go: "1.10" include: - os: linux - go: "1.10.x" + go: "1.10" sudo: true env: RESTIC_TEST_FUSE=1