diff --git a/.travis.yml b/.travis.yml index 821fe7b0b3c..2ea2f30ffdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,9 @@ install: - nvm install stable - nvm use stable - npm install remark-cli remark-lint - - cargo install rustfmt + # || true, because we cache rustfmt and don't want to crash on the next travis run + # due to rustfmt already being installed + - (cargo install rustfmt || true) script: - remark -f README.md > /dev/null