We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9536be commit aff538eCopy full SHA for aff538e
.travis.yml
@@ -41,7 +41,7 @@ script:
41
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rm *tst_*; fi
42
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rm main*; fi
43
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rm moc*; fi
44
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then coveralls --exclude lib --exclude tests --exclude *Qt* --exclude */usr/* --gcov-options '\-lp'; fi
+# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then coveralls --exclude lib --exclude tests --exclude *Qt* --exclude */usr/* --gcov-options '\-lp'; fi
45
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make clean; fi
46
47
- cd cwf
0 commit comments