Skip to content

Commit 41afc38

Browse files
authored
Removes spell check of md files stage from travis.yml (#265)
1 parent a390fda commit 41afc38

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
@@ -38,18 +38,6 @@ jobs:
3838
- find . -type f -name '*.md' -exec awesome_bot {} \;
3939
notifications:
4040
email: false
41-
- stage: 'Lint markdown files'
42-
os: linux
43-
language: generic
44-
before_install: skip
45-
install:
46-
- npm i -g markdown-spellcheck
47-
before_script:
48-
# todo: change branch to master once merged.
49-
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
50-
script:
51-
- mdspell -a -n -r --en-us '**/*.md'
52-
after_success: skip
5341

5442
- &integrationtest
5543
stage: 'Integration tests'

0 commit comments

Comments
 (0)