You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/vendor/github.com/klauspost/pgzip/.travis.yml

25 lines
288 B
YAML

language: go
os:
- linux
- osx
go:
- 1.13.x
- 1.14.x
- 1.15.x
- master
env:
- GO111MODULE=off
script:
- diff <(gofmt -d .) <(printf "")
- go test -v -cpu=1,2,4 .
- go test -v -cpu=2 -race -short .
matrix:
allow_failures:
- go: 'master'
fast_finish: true