From 0730c3a65940c5428909c97d8e96ba3ebbbe93ca Mon Sep 17 00:00:00 2001 From: Tobias Wackenhut Date: Sun, 15 Sep 2019 13:34:25 +0200 Subject: [PATCH] remove old go versions from travis and use to 1.12 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3412795..5d96a12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: go go: - - 1.5 - - 1.3.3 + - 1.12 install: - - go get -tags nonfc $([ "$TRAVIS_GO_VERSION" != "1.3.3" ] && echo "-insecure") -v github.com/nnev/kasse + - go get -tags nonfc -v github.com/nnev/kasse script: - go test -tags nonfc ./...