aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorredfish <redfish@galactica.pw>2016-08-29 15:37:40 -0400
committerredfish <redfish@galactica.pw>2016-09-01 11:17:44 -0400
commit3398515dd4b970500dacef6ed8fa69501f05e6dc (patch)
treefa8b002e7c86dd84e5b0f5d9fa25f1412e8c7c1e /.travis.yml
parentcmake: option+target for profiling for coverage (diff)
downloadmonero-3398515dd4b970500dacef6ed8fa69501f05e6dc.tar.xz
cmake: exclude tests from running
Minimize special cases in cmake script, likely to be forgotten.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0bc6db6d5..3eb75bea7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,9 @@ matrix:
- pip install --user cpp-coveralls
install:
- sudo apt-get -y install libboost-{chrono,program-options,date-time,thread,system,filesystem,regex,serialization}1.58{-dev,.0}
+ env:
+ # exclude long-running and failing tests (#895)
+ - ARGS=" -E 'coretests|libwallet_api_tests' "
script:
- make -j2 coverage
after_success: