summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6093fd5..02b9931 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,11 @@ matrix:
- os: osx
rust: stable
env: TARGET=x86_64-apple-darwin
+ # Minimum Rust supported channel.
+ - os: linux
+ rust: 1.29.0
+ env: TARGET=x86_64-unknown-linux-gnu
+
addons:
apt: