afero/.travis.yml

7 lines
70 B
YAML

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