mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
a8a935f5fd
``` StatFS { Total int64 Free int64 FSType string } ``` Provides more information in a cross platform way.
11 lines
294 B
YAML
11 lines
294 B
YAML
language: go
|
|
script:
|
|
- make test
|
|
- make test GOFLAGS="-race"
|
|
sudo: false
|
|
go:
|
|
- 1.5.1
|
|
notifications:
|
|
slack:
|
|
secure: K9tsn5MvrCAxuEZTxn+m3Kq1K2NG2xMEJFSv/sTp+RQBW7TslPHzv859GsIvrm8mU1y1btOU9RlOzqrRUczI5cJpE8IL1oljPZbXrIXgetE0kbsw0Wpy99g27UQ2VGp933WDu8tfj7zU4cZv+BI0RltNLwqYO6GWXmcWP0IueCU=
|