jsonenums/.travis.yml

9 lines
136 B
YAML
Raw Normal View History

2017-05-04 20:50:47 +02:00
language: go
go:
- 1.7
- 1.8
- master
script:
- GOPATH="$GOPATH:/tmp/jsonenums-test/go1:/tmp/jsonenums-test/go2" go test ./...