Skip to content

Commit 4a5dbe8

Browse files
committed
make travis run remark on certain files or folders
1 parent e7c7624 commit 4a5dbe8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,7 @@ jobs:
5656
before_script:
5757
- npm install `cat npm-requirements.txt`
5858
script:
59-
- remark . --frail
59+
- remark README.md --frail
60+
- remark ./notebooks/ --frail
61+
- remark ./tests/ --frail
62+
- remark ./docs/ --frail

0 commit comments

Comments
 (0)