From e413baffdcb2e44bd19d95d792a04cbd3d61f6cc Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 15 Mar 2019 14:38:48 +0100 Subject: travis: allow builds on branches named "ci" This allows a way to test changes other than through PRs. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3318773f9..1d5d49119 100644 --- a/.travis.yml +++ b/.travis.yml @@ -477,6 +477,7 @@ script: branches: only: - master + - /\/ci$/ notifications: email: false -- cgit v1.2.1