Skip to content

Commit abe934e

Browse files
mnoman09jaeopt
authored andcommitted
Removes spell check of md files stage from travis.yml (#342)
1 parent a956e5c commit abe934e

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
@@ -24,18 +24,6 @@ jobs:
2424
notifications:
2525
email: false
2626

27-
- stage: 'Lint markdown files'
28-
os: linux
29-
language: generic
30-
before_install: skip
31-
install:
32-
- npm i -g markdown-spellcheck
33-
before_script:
34-
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
35-
script:
36-
- mdspell -a -n -r --en-us '**/*.md'
37-
after_success: skip
38-
3927
- stage: 'Trigger Integration Tests'
4028
language: minimal
4129
os: linux

0 commit comments

Comments
 (0)