Skip to content

Commit

Permalink
.travis.yml: add install section
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Feb 6, 2021
1 parent cd16603 commit fc308f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc308f6

Please sign in to comment.