afero/.travis.yml

7 lines
73 B
YAML

language: go
go:
- tip
script:
- go test -v ./...
- go build