summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-11-08 00:32:04 +0900
committerGitHub <noreply@github.com>2019-11-08 00:32:04 +0900
commit64f2bf0072b4a42f6c7763e757caf68c3ac71893 (patch)
tree2047e6f51e52f3e7840f0e98aa26aa13fe523fdd /.cirrus.yml
parent7e35922a1d282b1e3dadf037cd237be336b331fb (diff)
chore: update CI config to test on stable (#1747)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 0a2b18c8..afb761b7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -13,7 +13,7 @@ task:
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- - sh rustup.sh -y --profile minimal --default-toolchain beta
+ - sh rustup.sh -y --profile minimal --default-toolchain stable
- . $HOME/.cargo/env
- rustup target add i686-unknown-freebsd
- |