jsonenums/.travis.yml
2017-05-04 14:55:46 -04:00

10 lines
72 B
YAML

language: go
go:
- 1.7
- 1.8
- master
script:
- go test ./...