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/10/13 19:03:59 UTC

celix git commit: CELIX-237: Added missing cd command to travis build

Repository: celix
Updated Branches:
  refs/heads/develop db2865551 -> 61d986aa1


CELIX-237: Added missing cd command to travis build


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

Branch: refs/heads/develop
Commit: 61d986aa160daff1d506c0254f64359d61981b68
Parents: db28655
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Tue Oct 13 19:03:28 2015 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Tue Oct 13 19:03:28 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/celix/blob/61d986aa/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 32ff300..5fbfde2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ before_script:
     - cd jansson-build
     - cmake -DJANSSON_BUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr . && make
     - sudo make install
+    - cd -
     - mkdir build install
 
 script: