summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-11-16 17:30:06 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-11-16 17:30:06 +0100
commitb4378661c719289a6147d5c225f39237913c65dd (patch)
treecf4ac0bbba35121abfae8ea136d42b5679d1e9d9 /.travis.yml
parentd33ea2769839e119eb3cba1a177a4fa475432744 (diff)
Try to build with all compilers, to see which one is the oldest compatible
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 24699c67..f2f44637 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,17 @@
sudo: false
language: rust
rust:
+- 1.0.0
+- 1.1.0
+- 1.2.0
+- 1.3.0
+- 1.4.0
+- 1.5.0
+- 1.6.0
+- 1.7.0
+- 1.8.0
+- 1.9.0
+- 0.10.0
- 1.11.0
- 1.12.1
- beta