From 159b76c097a14b499f84c549b793b4ed541ae634 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sun, 17 May 2015 10:06:21 -0400 Subject: [PATCH] chore(.travis.yml): updates to build with stable and nightly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2bab17a..77b3cad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: rust rust: - nightly -- beta +- stable before_script: - git clone --depth 1 https://github.com/kbknapp/travis-cargo - ln -s ./travis-cargo/travis-cargo.py tc