From 88ba64fd17bd07d014cce17249863b9b3faedd76 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Mon, 18 Nov 2019 09:30:53 -0800 Subject: [PATCH] [travis] enable posix-app-ncp test (#4337) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 135eb89d3..df541088a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,6 +53,10 @@ jobs: os: linux compiler: gcc script: .travis/script.sh + - env: BUILD_TARGET="posix-app-ncp" VERBOSE=1 VIRTUAL_TIME=1 + os: linux + compiler: gcc + script: .travis/script.sh - env: BUILD_TARGET="posix-app-pty" VERBOSE=1 COVERAGE=1 os: linux compiler: clang