go get test dependencies on travis

pull/185/head^2
Jack Christensen 2016-09-22 07:51:47 -05:00
parent 79acbeac0e
commit 2ccec0026e
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ before_script:
- psql -U postgres -c "create user pgx_md5 SUPERUSER PASSWORD 'secret'"
- psql -U postgres -c "create user pgx_pw SUPERUSER PASSWORD 'secret'"
install:
- go get -u github.com/shopspring/decimal
script:
- go test -v -race -short ./...