diff options
author | 2019-04-21 20:41:30 +0200 | |
---|---|---|
committer | 2019-05-01 20:49:25 +0200 | |
commit | 4a7dc22259865ec69eb93c4be4aa852e0f27d3fa (patch) | |
tree | 8bea1e8fbe565b86c6e19f05f13401fb262097a7 | |
parent | fa22145363388185c56fe47e2ab63f6eeb264077 (diff) | |
download | rtic-4a7dc22259865ec69eb93c4be4aa852e0f27d3fa.tar.gz rtic-4a7dc22259865ec69eb93c4be4aa852e0f27d3fa.tar.zst rtic-4a7dc22259865ec69eb93c4be4aa852e0f27d3fa.zip |
travis: disable builds on stable
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 31d10e84..2c5fc7e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,17 +3,17 @@ language: rust matrix: include: # NOTE used to build docs on successful merges to master - - env: TARGET=x86_64-unknown-linux-gnu + # - env: TARGET=x86_64-unknown-linux-gnu - - env: TARGET=thumbv6m-none-eabi - if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + # - env: TARGET=thumbv6m-none-eabi + # if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) - - env: TARGET=thumbv7m-none-eabi - if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + # - env: TARGET=thumbv7m-none-eabi + # if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) - env: TARGET=x86_64-unknown-linux-gnu rust: nightly - if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + # if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) - env: TARGET=thumbv6m-none-eabi rust: nightly |