Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
[REF] .travis.yml: Enable test to install just a module different
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Nov 14, 2016
1 parent e86286b commit 7e00835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
- VERSION="9.0" TESTS="1" LINT_CHECK="0"

matrix:
- INCLUDE="base" # Test install just a module different from main project
- INSTANCE_ALIVE="1" INCLUDE="broken_module" SERVER_EXPECTED_ERRORS="2" # test errors are detected
- EXCLUDE="broken_module,broken_lint,broken_no_access_rule" OPTIONS="--log-level=debug" INSTALL_OPTIONS="--log-level=info" RUN_COMMAND_MQT_CREATE_FOLDER='mkdir /tmp/tests'
- INCLUDE="test_module,second_module" UNIT_TEST="1"
Expand Down

0 comments on commit 7e00835

Please sign in to comment.