.travis.yml: add install section

This commit is contained in:
c9s 2021-02-05 14:44:29 +08:00
parent 01ea0885dc
commit 483f6270f4

View File

@ -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