diff options
author | James McCoy <jamessan@jamessan.com> | 2019-01-01 08:06:02 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2019-01-01 08:14:54 -0500 |
commit | 83fca0ab135d1e238fcca80d173229ed0973491c (patch) | |
tree | c0b57aba733dd507dd529e4f1961e631217a1868 | |
parent | fb815bd7b7da7d43fe0e7679918a9c7d0fc03eab (diff) | |
download | rneovim-83fca0ab135d1e238fcca80d173229ed0973491c.tar.gz rneovim-83fca0ab135d1e238fcca80d173229ed0973491c.tar.bz2 rneovim-83fca0ab135d1e238fcca80d173229ed0973491c.zip |
travis: Run ci for release-* branches
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 93caf9ef75..425ce662b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,6 +126,7 @@ addons: branches: only: - master + - /^release-\d+\.\d+$/ cache: apt: true |