ci: don't generate docs for deps on FreeBSD (#1241)

This commit is contained in:
Ivan Petkov
2019-07-03 09:41:35 -07:00
committed by Carl Lerche
parent 722eb257be
commit c531865d2c
+1 -1
View File
@@ -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