1
0
mirror of https://github.com/restic/restic.git synced 2024-07-09 09:44:11 +02:00
restic/vendor/github.com/elithrar/simple-scrypt/.travis.yml
2017-07-23 14:25:38 +02:00

16 lines
216 B
YAML

language: go
sudo: false
go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip
install:
- go get golang.org/x/tools/cmd/vet
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d -s .)
- go tool vet .
- go test -v ./...