Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Added Redis to Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking committed May 9, 2016
1 parent 0bd8761 commit 574b859
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ install:
- make test-deps
- make cover-deps

services:
- redis-server

before_script:
- mosquitto -p 1883 1>/dev/null 2>/dev/null &

Expand Down

0 comments on commit 574b859

Please sign in to comment.