Add multiple GOPATH for testing

This commit is contained in:
damnever 2017-05-13 18:37:38 +08:00
parent 9275cb5b7e
commit 1aa8d3cf88
1 changed files with 2 additions and 1 deletions

View File

@ -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 ./...