Skip to content

Commit

Permalink
.travis.yml: create bbgo mysql database
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Feb 6, 2021
1 parent 791a70a commit 5797683
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ services:
- redis-server
- mysql

before_install:
- mysql -e 'CREATE DATABASE bbgo;'

install:
- go get github.com/c9s/rockhopper/cmd/rockhopper

before_script:
- go mod download

script:
- bash scripts/test-sqlite3-migrations.sh
- go test -v ./pkg/...

0 comments on commit 5797683

Please sign in to comment.