Skip to content

Commit

Permalink
.travis.yml: add mysql to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Feb 6, 2021
1 parent b80c51c commit 791a70a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ language: go
go:
- 1.14
- 1.15

services:
- redis-server
- mysql

install:
- go get github.com/c9s/rockhopper/cmd/rockhopper
Expand Down

0 comments on commit 791a70a

Please sign in to comment.