changeset 236:903f217e0ca7

Add sord library
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 13 Jun 2017 10:06:36 +0100
parents 87ab11fdcfec
children 5ba2749f2024
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Tue Jun 13 09:46:30 2017 +0100
+++ b/.travis.yml	Tue Jun 13 10:06:36 2017 +0100
@@ -14,7 +14,7 @@
 addons:
   apt:
     packages:
-      - qt5-default
+      - qt5-default libsord-dev
       
 before_install:
   - ( cd ../ ; git clone -b output-type-uri https://github.com/piper-audio/piper )