From 7a256d93001457a4407807f6d78955cc5e2ca4d1 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 8 Jul 2017 13:23:47 +0200 Subject: Attempt to enable dummy sound device on travis It's not clear online on if this will actually work or if it's disabled on Travis. It definitely was disabled in 2014, according to this issue https://github.com/travis-ci/travis-ci/issues/1754, but the comments at the bottom imply it may work now. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5974587..9c22ce1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,6 @@ addons: - libgtk-3-bin - libgtk-3-dev - libpango1.0-0 +before_install: + - sudo apt-get install libasound2-dev alsa-utils alsa-oss + - sudo modprobe snd-dummy \ No newline at end of file -- cgit v1.2.3