Don't run mdbook test
We don't want to test almost any of our code blocks... none of them are valid on their own...
This commit is contained in:
parent
d373bca885
commit
0076be2fba
|
|
@ -13,7 +13,6 @@ install:
|
||||||
- bash -x ci/install.sh
|
- bash -x ci/install.sh
|
||||||
script:
|
script:
|
||||||
- mdbook build
|
- mdbook build
|
||||||
- mdbook test
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue