From cf9e457f44581cb1d8a1b179d7e56a09dc054b72 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Sat, 10 Oct 2015 16:15:20 +1100 Subject: [PATCH] Remove 1.0.0 beta build from travis, add stable build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a1063e..3701d1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: rust rust: - nightly - - 1.0.0-beta + - stable os: - osx