forked from p34709852/monkey
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:
parent
9f89d3f508
commit
fae4247505
|
@ -8,6 +8,7 @@ branches:
|
|||
only:
|
||||
- develop
|
||||
- master
|
||||
- fix-travis
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
|
Loading…
Reference in New Issue