From be28b0307ca36b8eeeabb02de2c04686e0992b68 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Mon, 25 May 2015 11:48:01 -0400 Subject: [PATCH] Continuous Integration now tests on all 3 rustc channels --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 22761ba..4ecd9b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,5 @@ language: rust +rust: + - nightly + - beta + - stable