chore: update Cirrus CI config to test on beta (#1636)

This commit is contained in:
Taiki Endo
2019-10-07 09:18:38 -07:00
committed by Carl Lerche
parent 55caddb9ce
commit 2b4b0619d7
+1 -2
View File
@@ -13,8 +13,7 @@ task:
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
# TODO: switch back to nightly
- sh rustup.sh -y --default-toolchain nightly-2019-08-21
- sh rustup.sh -y --default-toolchain beta
- . $HOME/.cargo/env
- rustup target add i686-unknown-freebsd
- |