minio/.travis.yml

17 lines
216 B
YAML
Raw Normal View History

2015-04-12 02:23:13 +02:00
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