summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2019-07-03 09:41:35 -0700
committerCarl Lerche <me@carllerche.com>2019-07-03 09:41:35 -0700
commitc531865d2c1b7c7960d41e8c85f3999e3a8720c4 (patch)
tree5ea525ffdd0aaa72dbe8af64ad8bedcb6dd6b52f /.cirrus.yml
parent722eb257be0548911f5047d6b09a2bcf196deec9 (diff)
ci: don't generate docs for deps on FreeBSD (#1241)
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 c1760988..5d47ab9a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -31,7 +31,7 @@ task:
test_script:
- . $HOME/.cargo/env
- cargo test --all --lib && cargo test --all --tests
- - cargo doc --all
+ - cargo doc --all --no-deps
# TODO: Re-enable
# i686_test_script:
# - . $HOME/.cargo/env