summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-06-16 02:16:29 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-06-16 02:16:29 +0200
commita023c49a2b3f80f08abd42aa14c065f736493e76 (patch)
treef400590de18c2beef9a8655c02813e3d9af7f5ac
parent5857a1e0123060b4fc7971c8345911d65bb3281e (diff)
no gcov for now
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2978176d..8f64e5ae 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 QMAKE_CXXFLAGS+=coverage qtpass.pro
+ - ~/Qt5.2.0/5.2.0/gcc_64/bin/qmake -spec linux-$QtMkspec -Wall qtpass.pro
- make -j$(nproc)
notifications:
@@ -44,5 +44,3 @@ matrix:
allow_failures:
- os: osx
-after_success:
- - bash <(curl -s https://codecov.io/bash)