You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
minio/.travis.yml

17 lines
216 B

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