go get test dependencies on travis
This commit is contained in:
@@ -37,6 +37,9 @@ before_script:
|
|||||||
- psql -U postgres -c "create user pgx_md5 SUPERUSER PASSWORD 'secret'"
|
- psql -U postgres -c "create user pgx_md5 SUPERUSER PASSWORD 'secret'"
|
||||||
- psql -U postgres -c "create user pgx_pw SUPERUSER PASSWORD 'secret'"
|
- psql -U postgres -c "create user pgx_pw SUPERUSER PASSWORD 'secret'"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get -u github.com/shopspring/decimal
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v -race -short ./...
|
- go test -v -race -short ./...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user