Codebase list golang-github-minio-sha256-simd / 66352e7 .travis.yml
66352e7

Tree @66352e7 (Download .tar.gz)

.travis.yml @66352e7raw · history · blame

sudo: required
dist: trusty
language: go

os:
- linux

go:
- tip
- 1.11.x

env:
- ARCH=x86_64
- ARCH=i686

matrix:
  fast_finish: true
  allow_failures:
  - go: tip

script:
- diff -au <(gofmt -d .) <(printf "")
- go test -race -v ./...
- go tool vet -asmdecl .