Add multiple GOPATH for testing
This commit is contained in:
parent
9275cb5b7e
commit
1aa8d3cf88
@ -5,4 +5,5 @@ go:
|
|||||||
- 1.8
|
- 1.8
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
- GOPATH="$GOPATH:/tmp/jsonenums-test/go1:/tmp/jsonenums-test/go2" go test ./...
|
# The GOPATH is for testing #21
|
||||||
|
- GOPATH="$GOPATH:/tmp/jsonenums-test/go1:/tmp/jsonenums-test/go2" go test ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user