Skip to content

Commit

Permalink
Test: Avoid building on Travis
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
andrewbird committed May 1, 2021
1 parent ca280ee commit eaeacf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: c

dist: focal

if: type = cron

git:
depth: false

Expand Down

0 comments on commit eaeacf6

Please sign in to comment.