Remove -short from travis

v3-numeric-wip
Jack Christensen 2017-03-03 16:00:08 -06:00
parent cea412f2ba
commit 15b44f4096
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ install:
- go get -u github.com/jackc/pgmock/pgmsg
script:
- go test -v -race -short ./...
- go test -v -race ./...
matrix:
allow_failures: