Skip to content

Commit 1071577

Browse files
authored
Removed MD file spell check stage (#339)
1 parent 1c64743 commit 1071577

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
@@ -67,18 +67,6 @@ jobs:
6767
notifications:
6868
email: false
6969

70-
- stage: 'Lint markdown files'
71-
os: linux
72-
language: generic
73-
before_install: skip
74-
install:
75-
- npm i -g markdown-spellcheck
76-
before_script:
77-
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
78-
script:
79-
- mdspell -a -n -r --en-us '**/*.md'
80-
after_success: skip
81-
8270
- stage: 'Integration tests'
8371
addons:
8472
srcclr: true

0 commit comments

Comments
 (0)