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.
This commit is contained in:
Mike Salvatore 2022-08-15 07:33:24 -04:00
parent 9f89d3f508
commit fae4247505
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ branches:
only: only:
- develop - develop
- master - master
- fix-travis
jobs: jobs:
include: include: