2
0

go get test dependencies on travis

This commit is contained in:
Jack Christensen
2016-09-22 07:51:47 -05:00
parent 79acbeac0e
commit 2ccec0026e
+3
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 ./...