restic/.travis.yml

24 lines
324 B
YAML
Raw Normal View History

language: Go
go:
- 1.3
2015-03-14 14:07:29 +00:00
- 1.3.1
- 1.3.2
- 1.3.3
- 1.4
- 1.4.1
- 1.4.2
- release
2015-03-14 14:37:12 +00:00
notifications:
irc: "chat.freenode.net#restic"
install:
- go get -v -t ./...
script:
- gofmt -l *.go */*.go */*/*.go
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
- go build ./...
- go test ./...
- ./testsuite.sh