From 3cba7ee0dc9ad9b6c7b42083caf99e5ac4c2262c Mon Sep 17 00:00:00 2001 From: Alfred Xing Date: Wed, 7 Feb 2018 10:42:38 -0800 Subject: [PATCH] CI with stable go? --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f3fe3c..9f89c11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: go go: - - 1.3 - - 1.4 + - stable install: - go get golang.org/x/crypto/ssh/terminal