From 2a28195e0d09c61b1621ee7ceaff0c76e377124d Mon Sep 17 00:00:00 2001 From: flanglet Date: Sat, 11 Dec 2021 13:23:04 -0800 Subject: [PATCH] Remove go version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9099d6d..b5648953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: go -go: -- 1.17.x + install: - cd app - go build -gcflags='all=-B' Kanzi.go BlockCompressor.go BlockDecompressor.go InfoPrinter.go - cd .. + test: go test -v ./...