From aab4ecc72639db779dee5cab681c3fd6f97aa7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 16 Aug 2015 18:28:25 +0200 Subject: [PATCH] Revert "Travis: try to fix build problem by installing xml library" This reverts commit f6e282f8c94034c2e6109133c503aefec6286b92. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39416e613..eac839f6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ matrix: before_install: # install needed deps - sudo apt-get update -qq - - sudo apt-get install -qq python-pygments libqt4-core libqt4-gui libqt4-dev libqt4-xml qt4-dev-tools qt4-qmake libxml2-utils libpcre3 gdb unzip + - sudo apt-get install -qq python-pygments libqt4-core libqt4-gui libqt4-dev qt4-dev-tools qt4-qmake libxml2-utils libpcre3 gdb unzip script: # download clang git, compile cppcheck, run cppcheck on clang code to look for crashes in cppcheck. if this is done, terminate build