mirror of
https://github.com/minio/minio.git
synced 2024-12-28 08:05:55 -05:00
Merge pull request #463 from fkautz/pr_out_adding_travis_yml_to_minio
Adding travis.yml to minio
This commit is contained in:
commit
77060fec44
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user