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 5306b68e05
commit b20618cb83
1 changed files with 0 additions and 1 deletions

View File

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