From: Dan Fandrich Date: Fri, 15 Mar 2019 13:38:48 +0000 (+0100) Subject: travis: allow builds on branches named "ci" X-Git-Tag: curl-7_65_0~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e413baffdcb2e44bd19d95d792a04cbd3d61f6cc;p=thirdparty%2Fcurl.git travis: allow builds on branches named "ci" This allows a way to test changes other than through PRs. --- diff --git a/.travis.yml b/.travis.yml index 3318773f93..1d5d49119f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -477,6 +477,7 @@ script: branches: only: - master + - /\/ci$/ notifications: email: false