From 8d510b4136a47c9011448454360b719e007a455c Mon Sep 17 00:00:00 2001 From: Davor Kapsa Date: Mon, 2 Oct 2017 05:55:11 +0200 Subject: [PATCH] travis: update go version (#128) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 014a722..9c35955 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - 1.5 - - 1.7 + - 1.x script: - GOOS=windows go install github.com/chzyer/readline/example/... - GOOS=linux go install github.com/chzyer/readline/example/...