From db9cf95389f2c43363f0cf604d3d1ce56601dfa9 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Tue, 23 Feb 2016 14:14:45 +0100 Subject: Revert "try to fix the build with a proper cmake" This reverts commit d4c17c826af69547e57882d03d0facd265834fc8. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index eafbb8a86..09d1aec8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,10 @@ python: - "3.5" before_install: - sudo add-apt-repository ppa:beineri/opt-qt551-trusty -y - - sudo add-apt-repository ppa:george-edison55/cmake-3.x -y - sudo apt-get update install: - - sudo apt-get install cmake -y - sudo apt-get install qt55-meta-full -y + - sudo apt-get install qt55base qt55xmlpatterns -y script: - source /opt/qt55/bin/qt55-env.sh - python setup.py install --jobs=2 --build-tests # --openssl=/path/to/openssl/bin -- cgit v1.2.3