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
|
||||
- master
|
||||
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…
Add table
Add a link
Reference in a new issue