From f51b3cb8b76158e1c59df0d842ea572ceaad4f62 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 7 Sep 2016 12:25:21 -0700 Subject: [PATCH] Disable travis osx checks due to travis instability issues. (#531) --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca6517024..7a0b9f28b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,15 +50,9 @@ matrix: - env: NODE_TYPE=ncp-sim BUILD_TARGET="posix-distcheck" DISTCHECK_CONFIGURE_FLAGS="--with-examples=posix --enable-cli --enable-ncp=uart --with-tests=all" VERBOSE=1 BuildJobs=10 compiler: gcc os: linux - - env: BUILD_TARGET="posix" - compiler: gcc - os: osx - env: BUILD_TARGET="posix" compiler: clang os: linux - - env: BUILD_TARGET="posix" - compiler: clang - os: osx - env: BUILD_TARGET="posix-32-bit" compiler: gcc os: linux