Skip to content

Commit

Permalink
ci: remove branch restrictions for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Apr 8, 2020
1 parent ba5c273 commit 95f99a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- rust: nightly
- env: TARGET=x86_64-pc-windows-gnu # Seems to cause problems.
fast_finish: true
branches:
only:
- master
# branches:
# only:
# - master

before_install:
- export RUST_BACKTRACE=1
Expand Down Expand Up @@ -94,5 +94,4 @@ deploy:
tags: true
condition: "$TRAVIS_RUST_VERSION = stable"
repo: ClementTsang/bottom
branch: master
draft: true

0 comments on commit 95f99a0

Please sign in to comment.