Skip to content

Commit 32e03c6

Browse files
committed
Add Redis to travis build
1 parent fc291f9 commit 32e03c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ install:
1313
- go get github.com/gorilla/mux
1414
- go get github.com/gorilla/handlers
1515
- go get github.com/fzzy/radix/redis
16-
- go get github.com/abh/geoip
16+
- go get github.com/abh/geoip
17+
18+
services:
19+
- redis-server

0 commit comments

Comments
 (0)