Rainbond/.travis.yml
2018-04-08 21:43:35 +08:00

14 lines
185 B
YAML

language: go
go_import_path: github.com/goodrain/rainbond
go:
- "1.8.3"
# Run coverage tests.
matrix:
fast_finish: true
allow_failures:
- go: "1.8.3"
script:
- make build