From cf4249c988df0c50f1669198b682b4fbf4b1fa95 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Fri, 10 Apr 2020 20:02:25 -0400 Subject: [PATCH] Add tagged builds into travis build restriction --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2093db10..da72ee1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,10 @@ jobs: - rust: nightly - env: TARGET=x86_64-pc-windows-gnu # Seems to cause problems. fast_finish: true -# branches: -# only: -# - master +branches: + only: + - master + - /^\d+\.\d+(\.\d+)?(-\S*)?$/ before_install: - export RUST_BACKTRACE=1