summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-07-08 13:23:47 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-07-08 13:23:47 +0200
commit7a256d93001457a4407807f6d78955cc5e2ca4d1 (patch)
treebbfda19e005bfe9b3049413e0c3fdba17ccca936 /.travis.yml
parentafc6119fadbaf928b91c62a4f75d1798414c8048 (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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