2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-22 11:59:00 +00:00
restic/.travis.yml
2015-03-14 15:34:30 +01:00

26 lines
333 B
YAML

language: Go
notifications:
irc: "chat.freenode.net#restic"
go:
- 1.3
- 1.3.1
- 1.3.2
- 1.3.3
- 1.4
- 1.4.1
- 1.4.2
- release
- tip
install:
- go get -v -t ./...
script:
- gofmt -l *.go */*.go */*/*.go
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
- go build ./...
- go test ./...
- ./testsuite.sh