ci: test libripgrep

This commit is contained in:
Andrew Gallant 2018-08-05 20:02:38 -04:00
parent 4869e6972b
commit 545db65cbc
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
2 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,7 @@ branches:
only: only:
# Pushes and PR to the master branch # Pushes and PR to the master branch
- master - master
- ag/libripgrep
# Ruby regex to match tags. Required, or travis won't trigger deploys when # Ruby regex to match tags. Required, or travis won't trigger deploys when
# a new tag is pushed. # a new tag is pushed.
- /^\d+\.\d+\.\d+.*$/ - /^\d+\.\d+\.\d+.*$/

View File

@ -78,6 +78,7 @@ branches:
only: only:
- /\d+\.\d+\.\d+/ - /\d+\.\d+\.\d+/
- master - master
- ag/libripgrep
# - appveyor # - appveyor
# - /\d+\.\d+\.\d+/ # - /\d+\.\d+\.\d+/
# except: # except: