From 0eb5bf4c0665acc4ef85f69ce4568abfc0682906 Mon Sep 17 00:00:00 2001
From: aerth <aerth@riseup.net>
Date: Thu, 6 Jul 2017 15:08:41 -0700
Subject: [PATCH] fix audio dependency

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a02ff15..303f520 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ addons:
             - libxinerama-dev
             - libxcursor-dev
             - libxi-dev
-            - libasound2-dev
+            - libopenal-dev
 go:
 - 1.8
 - 1.7.4
-- 
GitLab