Codebase list golang-github-minio-sha256-simd / 62c186b9-731d-47fe-8735-aac860397100/main .travis.yml
62c186b9-731d-47fe-8735-aac860397100/main

Tree @62c186b9-731d-47fe-8735-aac860397100/main (Download .tar.gz)

.travis.yml @62c186b9-731d-47fe-8735-aac860397100/mainraw · history · blame

sudo: required
dist: trusty
language: go

os:
- linux

go:
- tip
- 1.12.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 vet -asmdecl .
- ./test-architectures.sh