You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/07/08 10:37:48 UTC

[3/4] celix git commit: CELIX-237: updated travis to use test instead of coverage

CELIX-237: updated travis to use test instead of coverage


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/825359ef
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/825359ef
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/825359ef

Branch: refs/heads/feature/CELIX-237_rsa-ffi
Commit: 825359ef468377acbeefd1b172fd5a924c16d9ca
Parents: 2837cf1
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Wed Jul 8 10:11:23 2015 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Wed Jul 8 10:11:23 2015 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/825359ef/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f4e5ff9..affb7ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,4 +25,4 @@ before_script:
     - cmake -DENABLE_CODE_COVERAGE=ON -DCMAKE_SKIP_BUILD_RPATH=FALSE -DBUILD_DEPLOYMENT_ADMIN=ON -DBUILD_EXAMPLES=ON -DBUILD_LOG_SERVICE=ON -DBUILD_LOG_WRITER=ON -DBUILD_REMOTE_SERVICE_ADMIN=ON -DBUILD_RSA_DISCOVERY_CONFIGURED=ON -DBUILD_RSA_DISCOVERY_ETCD=ON -DBUILD_RSA_DISCOVERY_SHM=ON -DBUILD_RSA_EXAMPLES=ON -DBUILD_RSA_REMOTE_SERVICE_ADMIN_SHM=ON -DBUILD_RSA_REMOTE_SERVICE_ADMIN_HTTP=ON -DBUILD_REMOTE_SHELL=ON -DBUILD_SHELL=ON -DBUILD_SHELL_TUI=ON -DCMAKE_INSTALL_PREFIX=../install ..
 
 script: 
-    - make coverage
+    - make test