restic/.travis.yml

19 lines
267 B
YAML
Raw Normal View History

language: Go
2015-03-14 12:24:45 +00:00
notifications:
irc: "chat.freenode.net#restic"
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