Fix missing library on travis

issue-342
Jack Christensen 2017-10-26 21:47:28 -04:00
parent 82cd87d502
commit 0d3b378440
1 changed files with 1 additions and 0 deletions

View File

@ -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