Skip to content

Commit 61450f5

Browse files
authored
Merge pull request #316 from layus/trust-our-tests
Trust out tests again The build failure was due to a timeout. I have seen no build failures on the recent CI builds, and the vm tests have been disabled. I think it safe to no more ignore the test results.
2 parents 94aa02c + 64f673a commit 61450f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- cmake -DCMAKE_BUILD_TYPE=Release -DMOZART_BOOST_USE_STATIC_LIBS=False -DCMAKE_PROGRAM_PATH=$BIN -DCMAKE_PREFIX_PATH=$PREFIX $SOURCES
4040
- make dist VERBOSE=1
4141
- make VERBOSE=1
42-
- make check || true
42+
- make check
4343
deploy:
4444
provider: releases
4545
skip_cleanup: true

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ build_script:
4545
- mkdir C:\projects\mozart2\build
4646
- cd C:\projects\mozart2\build
4747
- cmake -DCMAKE_BUILD_TYPE=Release -G"MSYS Makefiles" -DCMAKE_PREFIX_PATH=C:/tcltk -DBOOST_ROOT="%BOOST_ROOT%" -DISS_INCLUDE_TCL=ON -DISS_INCLUDE_EMACS=ON C:\projects\mozart2
48-
- make check || true
48+
- make check
4949
- cmake --build . --target installer -- VERBOSE=1
5050

5151
artifacts:

0 commit comments

Comments
 (0)