Codebase list golang-github-minio-sha256-simd / 52e3373 .travis.yml
52e3373

Tree @52e3373 (Download .tar.gz)

.travis.yml @52e3373raw · history · blame

sudo: required
dist: trusty
language: go

os:
- linux
- osx

osx_image: xcode7.2

go:
- 1.6
- 1.5

env:
- ARCH=x86_64
- ARCH=i686

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