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

Tree @c186350 (Download .tar.gz)

.travis.yml @c186350raw · 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 ./...