feed-to-muc/vendor/github.com/chilts/sid/.travis.yml

12 lines
133 B
YAML
Raw Normal View History

language: go
sudo: false
go:
- 1.7.x
- 1.8.x
- 1.x
- master
matrix:
allow_failures:
- go: 'master'
fast_finish: true