mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
.travis.yml: add install section
This commit is contained in:
parent
01ea0885dc
commit
483f6270f4
|
@ -5,8 +5,11 @@ go:
|
|||
- 1.15
|
||||
services:
|
||||
- redis-server
|
||||
|
||||
install:
|
||||
- go get github.com/c9s/rockhopper/cmd/rockhopper
|
||||
|
||||
before_script:
|
||||
- go get github.com/c9s/rockhopper
|
||||
- go mod download
|
||||
script:
|
||||
- bash scripts/test-sqlite3-migrations.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user