Browse Source

travis-ci remove tests, coverage, clang-tidy (#8383)

- these builds have migrated to ci.px4.io
sbg
Daniel Agar 7 years ago committed by GitHub
parent
commit
376908b025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .travis.yml

3
.travis.yml

@ -24,9 +24,6 @@ env: @@ -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

Loading…
Cancel
Save