From fae4247505023384fb379e0ca54414e064dce3d7 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 15 Aug 2022 07:33:24 -0400 Subject: [PATCH] Project: Add special `fix-travis` branch to travis build list When attempting to fix an issue with travis, it's important to actually run travis. In order to do this without a pull request, I've added a special `fix-travis` branch to the list of branches travis is allowed to build. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 583770f0f..c4434ad64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ branches: only: - develop - master + - fix-travis jobs: include: