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 2018/04/18 21:07:07 UTC

celix git commit: CELIX-446: Disables the android build, untill the ifaddr.h issues is solved

Repository: celix
Updated Branches:
  refs/heads/develop 1b1af0825 -> 78460c7a7


CELIX-446: Disables the android build, untill the ifaddr.h issues is solved


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

Branch: refs/heads/develop
Commit: 78460c7a7e5320e6845e5875ae9ac4eb80416b56
Parents: 1b1af08
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Wed Apr 18 23:06:08 2018 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Wed Apr 18 23:06:08 2018 +0200

----------------------------------------------------------------------
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/78460c7a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8bfc819..847c52d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,11 +36,11 @@ matrix:
          dist: trusty
          compiler: gcc
          env: SANITIZE=1
-       - os: linux
-         dist: trusty
-         compiler: clang
-         env: ANDROID=1
-         services: docker
+         #       - os: linux
+         #dist: trusty
+         #compiler: clang
+         #env: ANDROID=1
+         #services: docker
 
 before_install:
   - if [ "$TRAVIS_OS_NAME" = "linux" ] &&  [ -z "$ANDROID" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt-get -qq update && sudo apt-get install -y uuid-dev libxml2-dev lcov libffi-dev gcc-4.8 g++-4.8; fi