summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2019-02-18 22:03:37 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2019-02-18 22:03:37 +0100
commita041e8e0f86a5cf8794e9f40b44fc754d56a00f3 (patch)
tree9384cec7fd78f35f673392d0b15414e668385900
parentf4cc76369265f9b7965072e88cb16dc6c30b8fee (diff)
downloadads1x1x-async-a041e8e0f86a5cf8794e9f40b44fc754d56a00f3.tar.gz
ads1x1x-async-a041e8e0f86a5cf8794e9f40b44fc754d56a00f3.tar.xz
ads1x1x-async-a041e8e0f86a5cf8794e9f40b44fc754d56a00f3.zip
Add MSRV to CI
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ba2898..59186d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,10 @@ matrix:
- env: TARGET=x86_64-unknown-linux-musl
rust: nightly
+ # Minimum Supported Rust Version
+ - env: TARGET=thumbv7em-none-eabihf
+ rust: 1.31.0
+
# Raspberry Pi 1
- env: TARGET=arm-unknown-linux-gnueabi DISABLE_EXAMPLES=1 DISABLE_TESTS=1
rust: nightly