Add tagged builds into travis build restriction

This commit is contained in:
ClementTsang 2020-04-10 20:02:25 -04:00
parent 99516ca143
commit cf4249c988

View file

@ -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