summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 75eccc81..125afa4c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -12,7 +12,8 @@ task:
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- - sh rustup.sh -y --default-toolchain nightly
+ # TODO: switch back to nightly
+ - sh rustup.sh -y --default-toolchain nightly-2019-06-10
- . $HOME/.cargo/env
- rustup target add i686-unknown-freebsd
- |
@@ -32,8 +33,6 @@ task:
test_script:
- . $HOME/.cargo/env
- cargo test --all --lib && cargo test --all --tests
- - (cd tokio-trace/test-log-support && cargo test)
- - (cd tokio-trace/test_static_max_level_features && cargo test)
- cargo doc --all
# TODO: Re-enable
# i686_test_script: