Skip to content

Commit

Permalink
Only run short tests on travis
Browse files Browse the repository at this point in the history
Long tests are potentially very long, and may timeout internally. So
don't run them.
  • Loading branch information
kortschak committed Jul 31, 2014
1 parent 09943c3 commit d48d133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

0 comments on commit d48d133

Please sign in to comment.