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:
parent
09943c3eb6
commit
d48d133cf1
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ./...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue