Only run short tests on travis

Long tests are potentially very long, and may timeout internally. So
don't run them.
This commit is contained in:
kortschak 2014-07-31 09:42:56 +09:30
parent 09943c3eb6
commit d48d133cf1

View file

@ -19,3 +19,6 @@ install:
- go get github.com/syndtr/goleveldb/leveldb/util
- go get gopkg.in/mgo.v2
- go get gopkg.in/mgo.v2/bson
script: go test -v -short ./...