diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2019-03-15 14:38:48 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2019-03-28 01:33:04 +0100 |
commit | e413baffdcb2e44bd19d95d792a04cbd3d61f6cc (patch) | |
tree | 7641b38dbc5f197846ee576fae50ba1e5c2c9179 /.travis.yml | |
parent | 80208d68dc88848d42e2d4e5fc2a015f1d154f78 (diff) | |
download | curl-e413baffdcb2e44bd19d95d792a04cbd3d61f6cc.tar.gz |
travis: allow builds on branches named "ci"
This allows a way to test changes other than through PRs.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |