summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-07-28 21:45:25 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-07-28 21:45:25 +0200
commit7a800eb1ae6d3c93220f59ae995e492c0fd8a1e1 (patch)
treed33e19acf47a84e905c9ad07b7c4bd839e8076b6 /.travis.yml
parentd6b12f277a11f812be2801e6601709b3e2e22b35 (diff)
Now testing on the 3 rust channels
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 51528a5..74ae0b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,8 @@
language: rust
-rust: 1.0.0
+rust:
+ - stable
+ - beta
+ - nightly
+matrix:
+ allow_failure:
+ - rust: nightly \ No newline at end of file