From eaeacf6340475e11b45c4aa7f2a946445fd10252 Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Sat, 1 May 2021 17:39:14 +0100 Subject: [PATCH] Test: Avoid building on Travis Since we don't actually test anything with CI on comcom32, it's pointless wasting Travis credits just to check the build as we can do that with Github Actions. Disable the Travis test by only triggering on cron events (there are none configured). --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ce69be5..4cc7a8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: c dist: focal +if: type = cron + git: depth: false