From d7fcb383867678fc103e2694ef5a6414f9786677 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Thu, 26 Mar 2020 21:32:26 -0700 Subject: [PATCH] [travis] disable simulation checks that exist in GitHub actions (#4737) --- .travis.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc300a39e..e9afcce9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,26 +49,6 @@ stages: jobs: include: - - env: BUILD_TARGET="v1.2" VERBOSE=1 VIRTUAL_TIME=1 THREAD_VERSION=1.2 - os: linux - compiler: gcc - script: .travis/script.sh - - env: BUILD_TARGET="posix-cli" VERBOSE=1 VIRTUAL_TIME=1 - os: linux - compiler: gcc - script: .travis/script.sh - - env: BUILD_TARGET="posix-ncp" VERBOSE=1 VIRTUAL_TIME=1 - os: linux - compiler: gcc - script: .travis/script.sh - - env: BUILD_TARGET="posix-pty" VERBOSE=1 COVERAGE=1 - os: linux - compiler: clang - script: .travis/script.sh - - env: BUILD_TARGET="posix-pty" DAEMON=1 VERBOSE=1 COVERAGE=1 - os: linux - compiler: gcc - script: .travis/script.sh - env: BUILD_TARGET="posix-migrate" VERBOSE=1 COVERAGE=1 os: linux compiler: clang @@ -94,34 +74,14 @@ jobs: os: linux compiler: clang script: .travis/script.sh - - env: BUILD_TARGET="simulation-32-bit" VERBOSE=1 VIRTUAL_TIME=1 - os: linux - compiler: gcc - script: .travis/script.sh - env: BUILD_TARGET="simulation-32-bit" VERBOSE=1 VIRTUAL_TIME=1 TIME_SYNC=1 os: linux compiler: gcc script: .travis/script.sh - - env: BUILD_TARGET="simulation-ncp" VERBOSE=1 VIRTUAL_TIME=1 - os: linux - compiler: gcc - script: .travis/script.sh - - env: BUILD_TARGET="simulation-mtd" VERBOSE=1 VIRTUAL_TIME=1 - os: linux - compiler: gcc - script: .travis/script.sh - env: BUILD_TARGET="simulation-ncp-spi" VERBOSE=1 os: linux compiler: gcc script: .travis/script.sh - - env: BUILD_TARGET="toranj-test-framework" COVERAGE=1 VERBOSE=1 - os: linux - compiler: gcc - script: .travis/script.sh - - env: BUILD_TARGET="toranj-test-framework" COVERAGE=1 VERBOSE=1 TORANJ_POSIX_RCP_MODEL=1 - os: linux - compiler: gcc - script: .travis/script.sh - stage: lint name: "Size Report" os: linux