We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8d240 commit 4e7de7dCopy full SHA for 4e7de7d
.travis.yml
@@ -5,3 +5,10 @@ go:
5
- 1.3
6
- 1.4
7
- 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