Update CI to test on beta

This commit is contained in:
Sean McArthur
2019-10-02 16:24:48 -07:00
parent eef0ee52f0
commit ffbd87cb18

View File

@@ -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: