cayley/.travis.yml
kortschak fbb66ddc52 Fix build
goleveldb is broken against go1.2 since de350e, so we cannot support
go1.2. This will change when the goleveldb is changed to again support
go1.2.
2014-07-06 09:23:47 +09:30

20 lines
608 B
YAML

language: go
go:
- 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 labix.org/v2/mgo
- go get labix.org/v2/mgo/bson