mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-26 07:04:51 +02:00
ci: remove branch restrictions for travis
This commit is contained in:
parent
ba5c2734cf
commit
95f99a0254
@ -11,9 +11,9 @@ jobs:
|
|||||||
- rust: nightly
|
- rust: nightly
|
||||||
- env: TARGET=x86_64-pc-windows-gnu # Seems to cause problems.
|
- env: TARGET=x86_64-pc-windows-gnu # Seems to cause problems.
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
branches:
|
# branches:
|
||||||
only:
|
# only:
|
||||||
- master
|
# - master
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export RUST_BACKTRACE=1
|
- export RUST_BACKTRACE=1
|
||||||
@ -94,5 +94,4 @@ deploy:
|
|||||||
tags: true
|
tags: true
|
||||||
condition: "$TRAVIS_RUST_VERSION = stable"
|
condition: "$TRAVIS_RUST_VERSION = stable"
|
||||||
repo: ClementTsang/bottom
|
repo: ClementTsang/bottom
|
||||||
branch: master
|
|
||||||
draft: true
|
draft: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user