mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
Adding travis.yml to minio
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
|||||||
|
language: go
|
||||||
|
before_install:
|
||||||
|
- git clone https://github.com/yasm/yasm
|
||||||
|
- cd yasm
|
||||||
|
- git checkout v1.2.0
|
||||||
|
- ./autogen.sh
|
||||||
|
- ./configure
|
||||||
|
- make
|
||||||
|
- export PATH=$PATH:`pwd`
|
||||||
|
- cd ..
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.4
|
||||||
|
- release
|
||||||
Reference in New Issue
Block a user