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 d373bca885
commit 0076be2fba
1 changed files with 0 additions and 1 deletions

View File

@ -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