uniuri/.travis.yml
Dmitry Chestnykh 131ec1e531 Drop support for Go 1.0 and 1.1.
Add Travis testing on 1.4.
2015-01-21 09:48:39 +01:00

8 lines
50 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- tip