Skip to content

Commit c3fe6c4

Browse files
committed
Stop mpd on travis, to ensure the tests start their own.
1 parent c05531b commit c3fe6c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ env:
1818
before_script:
1919
- sudo apt-get update -qq
2020
- sudo apt-get install -y mpd
21+
# Stop mpd service to ensure we use the test-started ones.
22+
- sudo /etc/init.d/mpd stop
2123
- /usr/bin/mpd --version
2224
- export PATH=$HOME/.cargo/bin:$HOME/.local/bin:$PATH
2325
- |

0 commit comments

Comments
 (0)