Add multiple GOPATH for testing
This commit is contained in:
parent
9275cb5b7e
commit
1aa8d3cf88
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@ go:
|
||||||
- 1.8
|
- 1.8
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
|
# The GOPATH is for testing #21
|
||||||
- GOPATH="$GOPATH:/tmp/jsonenums-test/go1:/tmp/jsonenums-test/go2" go test ./...
|
- GOPATH="$GOPATH:/tmp/jsonenums-test/go1:/tmp/jsonenums-test/go2" go test ./...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue