Skip to content

Commit aff538e

Browse files
committed
Travis adjust
1 parent c9536be commit aff538e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ script:
4141
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rm *tst_*; fi
4242
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rm main*; fi
4343
- 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
44+
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then coveralls --exclude lib --exclude tests --exclude *Qt* --exclude */usr/* --gcov-options '\-lp'; fi
4545
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make clean; fi
4646

4747
- cd cwf

0 commit comments

Comments
 (0)