Skip to content

Commit

Permalink
Remove go version
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet authored Dec 11, 2021
1 parent 8fd7e27 commit 2a28195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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 ./...

0 comments on commit 2a28195

Please sign in to comment.