restic/.travis.yml

16 lines
217 B
YAML
Raw Normal View History

language: Go
go:
- 1.3
- release
install:
- go get -v -t ./...
script:
- gofmt -l *.go */*.go */*/*.go
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
- go build ./...
- go test ./...
- ./testsuite.sh