minio/.travis.yml

27 lines
278 B
YAML
Raw Normal View History

go_import_path: github.com/minio/minio
2016-02-10 19:40:09 -05:00
sudo: required
2016-02-10 19:40:09 -05:00
dist: trusty
2015-04-11 20:23:13 -04:00
language: go
os:
- linux
- osx
osx_image: xcode7.2
env:
- ARCH=x86_64
- ARCH=i686
script:
- make test GOFLAGS="-race"
2016-08-04 19:48:50 -04:00
- make coverage
after_success:
- bash <(curl -s https://codecov.io/bash)
2015-04-11 20:23:13 -04:00
go:
- 1.7.3