summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-10-08 01:18:38 +0900
committerCarl Lerche <me@carllerche.com>2019-10-07 09:18:38 -0700
commit2b4b0619d79521bc228ecefa5aacbe3490099f1c (patch)
treeb9b186eaf69b30dc53ed7e67ba1d78a0781bd8bd /.cirrus.yml
parent55caddb9cee8e2a37e0fdbadb895ed105fb2a7b4 (diff)
chore: update Cirrus CI config to test on beta (#1636)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 0b0bbc84..0c9ee180 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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
- |