Fix travis build
This commit is contained in:
parent
ad3fa59eec
commit
7ea7e92042
1 changed files with 14 additions and 0 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -4,3 +4,17 @@ install:
|
||||||
- go get github.com/jacobsa/ogletest
|
- go get github.com/jacobsa/ogletest
|
||||||
- go get github.com/jacobsa/oglematchers
|
- go get github.com/jacobsa/oglematchers
|
||||||
- go get github.com/smartystreets/goconvey
|
- go get github.com/smartystreets/goconvey
|
||||||
|
- go get github.com/badgerodon/peg
|
||||||
|
- go get github.com/barakmich/glog
|
||||||
|
- go get github.com/julienschmidt/httprouter
|
||||||
|
- go get github.com/petar/GoLLRB/llrb
|
||||||
|
- go get github.com/robertkrimen/otto
|
||||||
|
- go get github.com/russross/blackfriday
|
||||||
|
- go get github.com/stretchrcom/testify/mock
|
||||||
|
- go get github.com/syndtr/goleveldb/leveldb
|
||||||
|
- go get github.com/syndtr/goleveldb/leveldb/cache
|
||||||
|
- go get github.com/syndtr/goleveldb/leveldb/iterator
|
||||||
|
- go get github.com/syndtr/goleveldb/leveldb/opt
|
||||||
|
- go get github.com/syndtr/goleveldb/leveldb/util
|
||||||
|
- go get labix.org/v2/mgo
|
||||||
|
- go get labix.org/v2/mgo/bson
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue