mirror of https://github.com/jackc/pgx.git
Fix missing library on travis
parent
82cd87d502
commit
0d3b378440
|
@ -49,6 +49,7 @@ before_script:
|
|||
- psql -U postgres -c "create user \" tricky, ' } \"\" \\ test user \" superuser password 'secret'"
|
||||
|
||||
install:
|
||||
- go get -u github.com/cockroachdb/apd
|
||||
- go get -u github.com/shopspring/decimal
|
||||
- go get -u gopkg.in/inconshreveable/log15.v2
|
||||
- go get -u github.com/jackc/fake
|
||||
|
|
Loading…
Reference in New Issue