From f3f9f2907d22265511e08df4ec9b4bb1ee094859 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sat, 22 Sep 2018 21:06:54 -0400 Subject: [PATCH] Include GNU barcode and libqrencode in continuous integration build environment (#29) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 71fa7e5..45fec74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ before_install: install: - sudo apt-get -y install qt59base qt59svg qt59tools qt59translations zlib1g-dev xvfb + - sudo apt-get -y install barcode libqrencode-dev - source /opt/qt5*/bin/qt5*-env.sh script: