Run short tests on travis to avoid failure due to too long tests

pull/111/head
Jack Christensen 2015-10-26 17:43:30 -05:00
parent b7b7a83471
commit de41977104
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ before_script:
- psql -U postgres -c "create user pgx_pw SUPERUSER PASSWORD 'secret'"
script:
- go test -v -race -cover ./...
- go test -v -race -cover -short ./...
matrix:
allow_failures: