2
0

travis: move commands into separate scripts

This commit is contained in:
Felix Geisendörfer
2017-11-12 14:52:59 +01:00
parent 4878d92339
commit 690f148430
4 changed files with 49 additions and 37 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -eux
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
go get -u github.com/lib/pq
go get -u github.com/hashicorp/go-version
go get -u github.com/satori/go.uuid
go get -u github.com/sirupsen/logrus
go get -u github.com/pkg/errors
go get -u go.uber.org/zap