Skip to content

Commit ffa4f62

Browse files
authored
Removes spell check of md files stage from travis.yml (#55)
1 parent a53eeeb commit ffa4f62

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

-12
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ jobs:
1616
script:
1717
- find . -type f -name '*.md' -exec awesome_bot {} \;
1818

19-
- stage: 'Lint markdown files'
20-
os: linux
21-
language: generic
22-
before_install: skip
23-
install:
24-
- npm i -g markdown-spellcheck
25-
before_script:
26-
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
27-
script:
28-
- mdspell -a -n -r --en-us '**/*.md'
29-
after_success: skip
30-
3119
- stage: 'Test'
3220
os: linux
3321
language: node_js

0 commit comments

Comments
 (0)