.travis.yml: get rockhopper before we test

This commit is contained in:
c9s 2021-02-05 13:26:41 +08:00
parent ea0c20cfe7
commit 8cb77075d0

View File

@ -6,6 +6,7 @@ go:
services:
- redis-server
before_script:
- go get github.com/c9s/rockhopper
- go mod download
script:
- go test -v ./pkg/...