Repository: celix Updated Branches: refs/heads/develop 9c7973f06 -> 9ddda550c
CELIX-77: Disable config_admin. Still seems to fail on the build server Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/9ddda550 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/9ddda550 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/9ddda550 Branch: refs/heads/develop Commit: 9ddda550c276a03ba6a1ba8db8e4e861b442819e Parents: 9c7973f Author: Pepijn Noltes <[email protected]> Authored: Thu Jan 14 11:39:15 2016 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Thu Jan 14 11:39:15 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/9ddda550/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index cb3745f..137f0b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ before_script: - cd - - mkdir build install - export BUILD_OPTIONS=" \ - -DBUILD_CONFIG_ADMIN=ON \ + -DBUILD_CONFIG_ADMIN=OFF \ -DBUILD_RSA_REMOTE_SERVICE_ADMIN_DFI=ON \ -DBUILD_DEPLOYMENT_ADMIN=ON \ -DBUILD_DEPENDENCY_MANAGER=ON \
