restic/vendor/github.com/pkg/xattr/.travis.yml
Alexander Neumann b9f0f031b6 Update dependencies
Closes #2129
2019-02-10 13:24:37 +01:00

25 lines
315 B
YAML

language: go
sudo: false
go:
- "1.11"
os:
- linux
- osx
before_install:
- go version
- export GO111MODULE=on
- go get golang.org/x/tools/cmd/goimports
install:
- go build
script:
- ./.travis.sh
- diff <(goimports -d .) <(printf "")
after_success:
- bash <(curl -s https://codecov.io/bash)