Skip to content

Commit d497ebe

Browse files
authored
Removes spell check of md files stage from travis.yml (#446)
1 parent 6a55ece commit d497ebe

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
@@ -45,18 +45,6 @@ jobs:
4545
notifications:
4646
email: false
4747

48-
- stage: 'Lint markdown files'
49-
os: linux
50-
language: generic
51-
before_install: skip
52-
install:
53-
- npm i -g markdown-spellcheck
54-
before_script:
55-
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
56-
script:
57-
- mdspell -a -n -r --en-us '**/*.md'
58-
after_success: skip
59-
6048
- stage: 'SourceClear and Lint'
6149
language: objective-c
6250
os: osx

0 commit comments

Comments
 (0)