diff options
author | 2018-12-06 22:22:51 +0100 | |
---|---|---|
committer | 2018-12-06 22:22:51 +0100 | |
commit | 223352e8f05a79107ae377855b54b7593d52a5e7 (patch) | |
tree | fa1af1dbb143322d881087fcdf12f6c368cbea1e | |
parent | 27be42000ee0fb8a42313fef1d2c0f1ea7624510 (diff) | |
download | cortex-m-223352e8f05a79107ae377855b54b7593d52a5e7.tar.gz cortex-m-223352e8f05a79107ae377855b54b7593d52a5e7.tar.zst cortex-m-223352e8f05a79107ae377855b54b7593d52a5e7.zip |
ci: test on stable
now that 1.31 is out
-rw-r--r-- | cortex-m-rt/.travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cortex-m-rt/.travis.yml b/cortex-m-rt/.travis.yml index 4da6efc..b3f5187 100644 --- a/cortex-m-rt/.travis.yml +++ b/cortex-m-rt/.travis.yml @@ -3,23 +3,23 @@ language: rust matrix: include: - env: TARGET=x86_64-unknown-linux-gnu - rust: beta + rust: stable if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) - env: TARGET=thumbv6m-none-eabi - rust: beta + rust: stable if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) - env: TARGET=thumbv7m-none-eabi - rust: beta + rust: stable if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) - env: TARGET=thumbv7em-none-eabi - rust: beta + rust: stable if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) - env: TARGET=thumbv7em-none-eabihf - rust: beta + rust: stable if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) - env: TARGET=x86_64-unknown-linux-gnu |