rclone/vendor/github.com/vivint/infectious/.travis.yml

15 lines
136 B
YAML
Raw Normal View History

2020-05-11 20:57:46 +02:00
language: go
go:
- 1.9.x
- 1.10.x
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- go build ./...