This is not only the right thing to do, as per the documentation of the latest release (yesterday) but it should now be backed by git and not bzr, which is a big plus and won't break our build so much.
21 lines
614 B
YAML
21 lines
614 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- tip
|
|
|
|
install:
|
|
- 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/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 gopkg.in/mgo.v2
|
|
- go get gopkg.in/mgo.v2/bson
|