2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-27 22:19:02 +00:00
restic/.travis.yml
2015-03-14 13:19:52 +01:00

16 lines
217 B
YAML

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