Skip to content

Commit 4e7de7d

Browse files
committed
Fix build
1 parent 4f8d240 commit 4e7de7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ go:
55
- 1.3
66
- 1.4
77
- 1.5
8+
9+
install:
10+
- go get github.com/onsi/ginkgo
11+
- 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

0 commit comments

Comments
 (0)