summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-06-16 02:08:26 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-06-16 02:08:26 +0200
commit754829ce70f0d0d630798574e96a9904dfc6c4a1 (patch)
tree4ca29dda624b0199d70ee0209c7dcda8c2613229 /.travis.yml
parent2367f7805053166d36a965b07a0474bceab73602 (diff)
third time .. charm
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 980ae948..2978176d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ before_install:
script:
- cd qtpass
- ~/Qt5.2.0/5.2.0/gcc_64/bin/qmake -v
- - ~/Qt5.2.0/5.2.0/gcc_64/bin/qmake -spec linux-$QtMkspec -Wall qtpass.pro
+ - ~/Qt5.2.0/5.2.0/gcc_64/bin/qmake -spec linux-$QtMkspec -Wall QMAKE_CXXFLAGS+=coverage qtpass.pro
- make -j$(nproc)
notifications: