From 0e37a7f2e4e978cef843fcf6a6f112726329c6ad Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 21 Dec 2015 21:10:58 -0800 Subject: [PATCH] Travis: build on stable & nightly --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7d0a0b..2f148b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,4 @@ language: rust - +rust: + - stable + - nightly