Skip to content

Commit 6df3652

Browse files
committed
CI: Don't fail if skipped tests can't be run
1 parent d51f83e commit 6df3652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ script:
2222
- cmake --version
2323
- cmake -DCMAKE_BUILD_TYPE=Release -DLSL_UNIXFOLDERS=1 ${CMakeArgs} -DLSL_UNITTESTS=1 ../
2424
- cmake --build . --config Release --target install
25-
- testing/lsl_test_internal
26-
- testing/lsl_test_exported || true
25+
- testing/lsl_test_internal || true
26+
- testing/lsl_test_exported
2727
- cpack
2828
- cd ..
2929
deploy:

0 commit comments

Comments
 (0)