1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

travis: allow builds on branches named "ci"

This allows a way to test changes other than through PRs.
This commit is contained in:
Dan Fandrich 2019-03-15 14:38:48 +01:00
parent 80208d68dc
commit e413baffdc

View File

@ -477,6 +477,7 @@ script:
branches: branches:
only: only:
- master - master
- /\/ci$/
notifications: notifications:
email: false email: false