restic/.travis.yml

21 lines
385 B
YAML
Raw Normal View History

2015-03-14 15:38:59 +01:00
language: go
go:
2015-03-14 15:07:29 +01:00
- 1.3.3
- 1.4.2
- release
2015-03-14 15:37:12 +01: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 -ldflags "-s" ./...
2015-03-22 13:09:14 +01:00
- go build -ldflags "-s" -o restic ./cmd/restic
2015-03-22 13:22:32 +01:00
- stat --printf='binary size: %s' restic
- go test ./...
- ./testsuite.sh