aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Tismer <ctismer@gmail.com>2016-02-24 01:04:15 +0100
committerChristian Tismer <ctismer@gmail.com>2016-02-24 01:04:15 +0100
commitb159ab89abd20bc8efcaf2beb2abd6b8059fcc4f (patch)
tree272d9716dfe6be27adf54c1c30fc4af720bf001c /.travis.yml
parentd486400308b08b299c4f9ad3e32db3a102f0f402 (diff)
some cleanup of travis.
how do we separate the build step and the tests, to see both as a result?
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
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?