summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index e1bd540..6b84bd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,11 +61,8 @@ script:
- LIBSECCOMP_TSTCFG_TYPE=live make -C tests check
# ubuntu 14.04 (trusty) clang has problems with the cython generated code
- make clean && ./configure && scan-build --status-bugs make
- # limit the code coverage tests to the native/c code
- - make clean && ./configure --enable-code-coverage &&
- make -C src check-code-coverage &&
- LIBSECCOMP_TSTCFG_TYPE=basic make check-code-coverage &&
- LIBSECCOMP_TSTCFG_TYPE=bpf-sim make check-code-coverage
+ # limit the code coverage tests to the 'test-code-coverage' target
+ - make clean && ./configure --enable-code-coverage && make test-code-coverage
after_success:
# https://github.com/eddyxu/cpp-coveralls/blob/master/README.md