.travis.yml: test make migrations

This commit is contained in:
c9s 2021-02-06 09:51:35 +08:00
parent 63a8c00a4c
commit ecf94cdeea

View File

@ -16,6 +16,7 @@ install:
before_script:
- go mod download
- make migrations
script:
- bash scripts/test-sqlite3-migrations.sh