From ffbd87cb184ac65c2bfb05f1e55211b425abcc12 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 2 Oct 2019 16:24:48 -0700 Subject: [PATCH] Update CI to test on beta --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68209b0..74289b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,13 +15,14 @@ addons: matrix: include: - rust: nightly + - rust: beta # - rust: stable before_deploy: cargo doc --no-deps -# allow_failures: -# - rust: nightly + allow_failures: + - rust: nightly before_script: - - rustup component add rustfmt-preview + - rustup component add rustfmt - cargo clean script: