Skip to content

Commit 8c9ed70

Browse files
authored
Merge pull request #2668 from phansch/run_remark_on_all_markdown_files
Run remark-lint on all markdown files in root
2 parents a936b6d + 0995e92 commit 8c9ed70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install:
3131

3232
script:
3333
- PATH=$PATH:./node_modules/.bin
34-
- remark -f README.md > /dev/null
34+
- remark -f *.md > /dev/null
3535
- set -e
3636
- cargo build --features debugging
3737
- cargo test --features debugging

0 commit comments

Comments
 (0)