rclone/vendor/github.com/vivint/infectious/.travis.yml
2020-05-12 15:56:50 +00:00

15 lines
136 B
YAML

language: go
go:
- 1.9.x
- 1.10.x
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- go build ./...