1
0
mirror of https://github.com/restic/restic.git synced 2024-07-06 09:20:53 +02:00
restic/vendor/github.com/pkg/xattr/.travis.yml

24 lines
357 B
YAML
Raw Normal View History

2017-07-23 14:24:45 +02:00
language: go
sudo: false
go:
- "1.8.x"
- "1.9.x"
- "1.10"
2017-07-23 14:24:45 +02:00
os:
- linux
- osx
install:
- go version
- export GOBIN="$GOPATH/bin"
- export PATH="$PATH:$GOBIN"
- go get golang.org/x/sys/unix
2017-07-23 14:24:45 +02:00
- go get golang.org/x/tools/cmd/goimports
- go build
script:
- ./.travis.sh
2017-07-23 14:24:45 +02:00
- diff <(GOPATH="$PWD:$PWD/vendor" goimports -d .) <(printf "")