Skip to content

Commit

Permalink
fix the test, remove -short from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barakmich committed Aug 12, 2014
1 parent b6d966e commit 50efe31
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ install:
- go get gopkg.in/mgo.v2
- go get gopkg.in/mgo.v2/bson

script: go test -v -short ./...
script: go test -v ./...

Loading

0 comments on commit 50efe31

Please sign in to comment.