Repository: celix Updated Branches: refs/heads/develop fb8bef532 -> df91e19cc
CELIX-77: Fix for syntax error in travix.yml Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/df91e19c Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/df91e19c Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/df91e19c Branch: refs/heads/develop Commit: df91e19cc4f623dbf708de46db0be30824635266 Parents: fb8bef5 Author: Pepijn Noltes <[email protected]> Authored: Thu Jan 14 11:20:23 2016 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Thu Jan 14 11:20:23 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/df91e19c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e2308b0..fca6b4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,8 +56,7 @@ before_script: -DBUILD_RSA_REMOTE_SERVICE_ADMIN_HTTP=ON \ -DBUILD_REMOTE_SHELL=ON -DBUILD_SHELL=ON \ -DBUILD_SHELL_TUI=ON -DBUILD_DEVICE_ACCESS=ON \ - -DBUILD_DEVICE_ACCESS_EXAMPLE=ON \ - " + -DBUILD_DEVICE_ACCESS_EXAMPLE=ON " script:
