1
0
mirror of https://github.com/restic/restic.git synced 2024-06-30 08:20:55 +02:00
restic/vendor/github.com/minio/minio-go/.travis.yml

29 lines
360 B
YAML
Raw Normal View History

2017-07-23 14:24:45 +02:00
sudo: false
language: go
os:
- linux
env:
- ARCH=x86_64
- ARCH=i686
go:
2019-01-27 21:07:57 +01:00
- 1.11.x
2017-12-08 20:45:59 +01:00
- tip
matrix:
fast_finish: true
allow_failures:
- go: tip
addons:
apt:
packages:
- devscripts
2017-07-23 14:24:45 +02:00
script:
- diff -au <(gofmt -d .) <(printf "")
2017-12-08 20:45:59 +01:00
- diff -au <(licensecheck --check '.go$' --recursive --lines 0 * | grep -v -w 'Apache (v2.0)') <(printf "")
- make