mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
remove travis config
This commit is contained in:
parent
0df56ad6e7
commit
b0cc009d67
25
.travis.yml
25
.travis.yml
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
language: go
|
|
||||||
go:
|
|
||||||
- 1.14
|
|
||||||
- 1.15
|
|
||||||
|
|
||||||
services:
|
|
||||||
- redis-server
|
|
||||||
- mysql
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- mysql -e 'CREATE DATABASE bbgo;'
|
|
||||||
- mysql -e 'CREATE DATABASE bbgo_dev;'
|
|
||||||
|
|
||||||
install:
|
|
||||||
- go get github.com/c9s/rockhopper/cmd/rockhopper
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- go mod download
|
|
||||||
- make migrations
|
|
||||||
|
|
||||||
script:
|
|
||||||
- bash scripts/test-sqlite3-migrations.sh
|
|
||||||
- bash scripts/test-mysql-migrations.sh
|
|
||||||
- go test -v ./pkg/...
|
|
Loading…
Reference in New Issue
Block a user