mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
19 lines
267 B
YAML
19 lines
267 B
YAML
language: Go
|
|
|
|
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
|