From 0eaf3709e645238c0ff50e4e9f400fe390edff48 Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Thu, 14 Jul 2016 20:14:03 -0400 Subject: [PATCH] Adding rust 1.9.0 to travis.yml for testing coveralls --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0525bd2..7ba9331 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ sudo: false language: rust rust: +- 1.9.0 - stable - beta before_install: