xl: Moved to minio/minio - fixes #1112

This commit is contained in:
Harshavardhana
2016-02-10 16:40:09 -08:00
parent 33bd97d581
commit 62f6ffb6db
137 changed files with 9408 additions and 515 deletions

View File

@@ -1,10 +1,21 @@
sudo: false
sudo: required
dist: trusty
language: go
os:
- linux
- osx
before_install:
- git clone https://github.com/yasm/yasm
- cd yasm
- git checkout v1.3.0
- "./autogen.sh"
- "./configure"
- make
- export PATH=$PATH:`pwd`
- cd ..
osx_image: xcode7.2
env:
@@ -16,7 +27,6 @@ script:
- make test GOFLAGS="-race"
go:
- 1.5.2
- 1.5.3
notifications: