fix subsequent travis runs

This commit is contained in:
Oliver Schneider 2016-12-20 10:43:59 +01:00
parent ad0b09e84c
commit 8798210fc6
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46
1 changed files with 3 additions and 1 deletions

View File

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