Skip to content

Commit fb9f68d

Browse files
authored
Removes spell check of md files stage from travis.yml
1 parent 3e0fa0a commit fb9f68d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ jobs:
3131
notifications:
3232
email: false
3333

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

0 commit comments

Comments
 (0)