From 376908b0251914f8018238268418201b5f4c58b6 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 28 Nov 2017 15:39:40 -0500 Subject: [PATCH] travis-ci remove tests, coverage, clang-tidy (#8383) - these builds have migrated to ci.px4.io --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68f851ec597e..99881f4c84aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,6 @@ env: matrix: fast_finish: true include: - - env: BUILD_TARGET=clang-tidy-quiet - - env: BUILD_TARGET=tests - - env: BUILD_TARGET=tests_coverage - env: BUILD_TARGET=coverity_scan dist: trusty if: branch = coverity_scan