From b159ab89abd20bc8efcaf2beb2abd6b8059fcc4f Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Wed, 24 Feb 2016 01:04:15 +0100 Subject: some cleanup of travis. how do we separate the build step and the tests, to see both as a result? --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 09d1aec8c..8429d3aad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,11 @@ python: - "2.7" - "3.5" before_install: - - sudo add-apt-repository ppa:beineri/opt-qt551-trusty -y - - sudo apt-get update + - sudo add-apt-repository ppa:beineri/opt-qt551-trusty -y + - sudo apt-get update install: - 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 + # how do we separate the build step and the tests, to see both as a result? -- cgit v1.2.3