jsonenums/.travis.yml

10 lines
72 B
YAML

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