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:
Who? Me?! 2019-11-26 17:09:44 -06:00
parent 14bc65ee13
commit 5af9a8edc8

View file

@ -13,7 +13,6 @@ install:
- bash -x ci/install.sh
script:
- mdbook build
- mdbook test
notifications:
email:
on_success: never