Run remark in `doc` directory, too.

This commit is contained in:
Philipp Hansch 2019-03-01 07:32:51 +01:00
parent 1eac53b06b
commit 680dc8a105
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ echo "Running clippy base tests"
PATH=$PATH:./node_modules/.bin
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
remark -f *.md > /dev/null
remark -f *.md -f doc/*.md > /dev/null
fi
# build clippy in debug mode and run tests
cargo build --features debugging