From ef82792adfd3d2ce52abc81cd6dd4755df1193f6 Mon Sep 17 00:00:00 2001 From: Carl Lerche <me@carllerche.com> Date: Fri, 25 Sep 2015 09:12:47 -0700 Subject: [PATCH] Specify Rust versions in travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index fc6cfbd..e9525a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ --- language: rust sudo: false +rust: + - nightly + - 1.1.0 script: - cargo test -- GitLab