From 2a01de082178b49015ecf6ffb586b83723604b83 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 3 Feb 2017 13:38:24 +0900 Subject: Add stable and beta to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e1320c9..c4dfe82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: rust cache: cargo rust: + - stable + - beta - nightly script: -- cgit v1.2.3