craban/server/vendor/github.com/icrowley/fake/.travis.yml

12 lines
92 B
YAML
Raw Normal View History

2021-09-11 22:50:53 +01:00
sudo: false
language: go
go:
- 1.6
- 1.7
- 1.8
- master
- tip
script: make test