From 7675efb230543851721e8abdc5ded2693f97ee93 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 24 Nov 2018 15:20:51 -0500 Subject: [PATCH] Also test tagged releases --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4cbf9a..25def58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ rust: - beta - nightly -# only test master on push +# only test master and tagged releases on push # always test things that aren't pushes (like PRs) -if: type != push OR branch = master +if: type != push OR branch = master OR branch =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/ before_script: - if [[ "$INTEGRATION" == "true" ]]; then