]> granicus.if.org Git - curl/commitdiff
travis: allow builds on branches named "ci"
authorDan Fandrich <dan@coneharvesters.com>
Fri, 15 Mar 2019 13:38:48 +0000 (14:38 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 28 Mar 2019 00:33:04 +0000 (01:33 +0100)
This allows a way to test changes other than through PRs.

.travis.yml

index 3318773f93f6b162a4f588c270a0419e45a5322e..1d5d49119fa440ca8b2d550182b04a5baecb7fb6 100644 (file)
@@ -477,6 +477,7 @@ script:
 branches:
     only:
         - master
+        - /\/ci$/
 
 notifications:
   email: false