Skip to content

Commit

Permalink
Start mosquitto with "service restart" instead of "start"
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Apr 8, 2016
1 parent 16371cc commit dc5e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ install:
- sudo pip install pytest>=2.7.3 --upgrade

before_script:
- sudo service mosquitto start
- sudo service mosquitto restart

script:
- tox -e $TOX_ENV
Expand Down

0 comments on commit dc5e37b

Please sign in to comment.