From a4e059191fd779ae2bd367d6a198bac611c70e18 Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Fri, 14 Sep 2018 13:10:33 +0100 Subject: [PATCH] travis: update for Go 1.11 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d70097..88070c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ language: go go: - - 1.7.5 - - 1.8.3 - 1.9 - - tip + - "1.10.x" + - "1.11.x" + - master matrix: allow_failures: - - go: tip + - go: master fast_finish: true before_script: