mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-15 00:47:12 +00:00
Add tagged builds into travis build restriction
This commit is contained in:
parent
99516ca143
commit
cf4249c988
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue