From 498034fba59661e2452e9f050b7b62350261fa36 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Tue, 12 Mar 2019 10:43:11 -0700 Subject: [PATCH] [travis] remove posix-app-ncp test due to frequent failures (#3683) --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 798d97a5a..f45e9abc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,9 +51,6 @@ matrix: - env: BUILD_TARGET="posix-app-cli" VERBOSE=1 VIRTUAL_TIME=1 os: linux compiler: gcc - - env: BUILD_TARGET="posix-app-ncp" VERBOSE=1 VIRTUAL_TIME=1 - os: linux - compiler: gcc - env: BUILD_TARGET="posix-app-pty" VERBOSE=1 os: linux compiler: gcc