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