jsonenums/.travis.yml

10 lines
171 B
YAML
Raw Normal View History

2017-05-04 20:50:47 +02:00
language: go
go:
- 1.7
- 1.8
- master
script:
2017-05-13 12:37:38 +02:00
# The GOPATH is for testing #21
- GOPATH="$GOPATH:/tmp/jsonenums-test/go1:/tmp/jsonenums-test/go2" go test ./...