diff options
author | ClementTsang <cjhtsang@uwaterloo.ca> | 2020-04-07 23:02:22 -0400 |
---|---|---|
committer | ClementTsang <cjhtsang@uwaterloo.ca> | 2020-04-07 23:02:25 -0400 |
commit | 95f99a02547494001be09831abd68ded8a08f9c5 (patch) | |
tree | 4b77e58b4c3ebb445beee58b273e765ea1c13ecc | |
parent | ba5c2734cf54b3295e641833cf1c601efffbd8f7 (diff) |
ci: remove branch restrictions for travis0.3.0
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 38288797..6d8dabda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -94,5 +94,4 @@ deploy: tags: true condition: "$TRAVIS_RUST_VERSION = stable" repo: ClementTsang/bottom - branch: master draft: true |