2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-26 04:22:36 +00:00
restic/.travis.yml
Alexander Neumann c58fc8b6a2 Fix travis again
2015-03-22 13:22:32 +01:00

21 lines
385 B
YAML

language: go
go:
- 1.3.3
- 1.4.2
- release
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" ./...
- go build -ldflags "-s" -o restic ./cmd/restic
- stat --printf='binary size: %s' restic
- go test ./...
- ./testsuite.sh