From de41977104dc0f648cc933299ae25d13eaf6d944 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 26 Oct 2015 17:43:30 -0500 Subject: [PATCH] Run short tests on travis to avoid failure due to too long tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5edc86c6..5be5c94f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: