Skip to content

Commit be9b09c

Browse files
committed
Fix travis CI
1 parent 2381ca1 commit be9b09c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ go:
99
install:
1010
- go get github.com/onsi/ginkgo
1111
- go get github.com/onsi/gomega
12-
- mkdir -p $HOME/gopath/src/gopkg.in
13-
- mv $HOME/gopath/src/github.com/bsm/openrtb $HOME/gopath/src/bsm/openrtb.v2
14-
- cd $HOME/gopath/src/bsm/openrtb.v2
12+
- mkdir -p $GOPATH/src/gopkg.in
13+
- mv $GOPATH/src/github.com/bsm/openrtb $GOPATH/src/gopkg.in/bsm/openrtb.v2
14+
- cd $GOPATH/src/gopkg.in/bsm/openrtb.v2

0 commit comments

Comments
 (0)