Skip to content

Commit 321f558

Browse files
committed
Do not ignore test results
1 parent 5840167 commit 321f558

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
@@ -33,7 +33,7 @@ matrix:
3333
script:
3434
- cmake -DCMAKE_BUILD_TYPE=Debug ../
3535
- build-wrapper-linux-x86-64 --out-dir bw-output make all || make all # build-wrapper won't work on forked repositories.
36-
- ctest --output-on-failure || true # Tests won't pass on Ubuntu.
36+
- ctest --output-on-failure
3737
- (cd .. && sonar-scanner) || true # Will always fail builds on forked repositories.
3838
after_success:
3939
- curl -s https://codecov.io/bash > cov.sh && bash cov.sh -x "$GCOV"

0 commit comments

Comments
 (0)