Codebase list golang-github-minio-sha256-simd / 882240e .travis.yml
882240e

Tree @882240e (Download .tar.gz)

.travis.yml @882240eraw · history · blame

sudo: required
dist: trusty
language: go

os:
- linux

go:
- tip
- 1.11
- 1.10

env:
- ARCH=x86_64
- ARCH=i686

matrix:
  fast_finish: true
  allow_failures:
  - go: tip

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