diff options
author | James McCoy <jamessan@jamessan.com> | 2019-01-01 08:13:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-01 08:13:18 -0500 |
commit | cf1ef631cf6252f15975ea6f2ade27cc302a9144 (patch) | |
tree | 4865c5e92f84b06397a5d8ba601d47dccb0dcc01 | |
parent | d4dc7c7509ca586869fd843f25107a8b8cd779c6 (diff) | |
parent | db36cc740ee303b5c2eba131ad8172541095025d (diff) | |
download | rneovim-cf1ef631cf6252f15975ea6f2ade27cc302a9144.tar.gz rneovim-cf1ef631cf6252f15975ea6f2ade27cc302a9144.tar.bz2 rneovim-cf1ef631cf6252f15975ea6f2ade27cc302a9144.zip |
Merge pull request #9431 from jamessan/bug-fix-branch-ci
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 |