Skip to content

Commit 8b4211e

Browse files
authored
Removes spell check of md files stage from travis.yml (#521)
1 parent dbe0acb commit 8b4211e

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
@@ -42,18 +42,6 @@ jobs:
4242
notifications:
4343
email: false
4444

45-
- stage: 'Lint markdown files'
46-
os: linux
47-
language: generic
48-
before_install: skip
49-
install:
50-
- npm i -g markdown-spellcheck
51-
before_script:
52-
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
53-
script:
54-
- mdspell -a -n -r --en-us '**/*.md'
55-
after_success: skip
56-
5745
- stage: 'Lint'
5846
node_js: '12'
5947
script: npm run lint

0 commit comments

Comments
 (0)