From ed185419fa4dd629faf61d179902a44125ab3502 Mon Sep 17 00:00:00 2001 From: Steve Kelly Date: Fri, 18 Oct 2019 19:30:02 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d4caebb..74ed21e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,8 @@ notifications: branches: only: # Only kick off CI for master and potential merges to master from within PRs - master + - /^release-.*$/ + - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ matrix: allow_failures: - julia: nightly