From f16f9cedf1a3f38079c998f7e2a9f29bbf4187f0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 5 Aug 2018 20:02:38 -0400 Subject: [PATCH] ci: test libripgrep --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5fc57d6..69cc287 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,6 +99,7 @@ branches: only: # Pushes and PR to the master branch - master + - ag/libripgrep # Ruby regex to match tags. Required, or travis won't trigger deploys when # a new tag is pushed. - /^\d+\.\d+\.\d+.*$/ diff --git a/appveyor.yml b/appveyor.yml index 26daf22..de23452 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -78,6 +78,7 @@ branches: only: - /\d+\.\d+\.\d+/ - master + - ag/libripgrep # - appveyor # - /\d+\.\d+\.\d+/ # except: -- GitLab