mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
e9c45102b0
These fixes are borrowed from the fixes required for GlusterFS i/o throughput.
24 lines
251 B
YAML
24 lines
251 B
YAML
go_import_path: github.com/minio/minio
|
|
sudo: required
|
|
|
|
dist: trusty
|
|
|
|
language: go
|
|
|
|
os:
|
|
- linux
|
|
|
|
env:
|
|
- ARCH=x86_64
|
|
- ARCH=i686
|
|
|
|
script:
|
|
- make test GOFLAGS="-race"
|
|
- make coverage
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|
|
|
|
go:
|
|
- 1.7.3
|