Skip to content

Commit 34d9eae

Browse files
authored
Removes spell check of md files stage from travis.yml (#284)
1 parent ba65058 commit 34d9eae

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
@@ -32,18 +32,6 @@ jobs:
3232
notifications:
3333
email: false
3434

35-
- stage: 'Lint markdown files'
36-
os: linux
37-
language: generic
38-
before_install: skip
39-
install:
40-
- npm i -g markdown-spellcheck
41-
before_script:
42-
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
43-
script:
44-
- mdspell -a -n -r --en-us '**/*.md'
45-
after_success: skip
46-
4735
- stage: 'Linting'
4836
language: python
4937
python: "2.7"

0 commit comments

Comments
 (0)