Skip to content

Commit 740643f

Browse files
authored
Removes spell check of md files stage from travis.yml (#279)
1 parent 1228981 commit 740643f

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
@@ -21,18 +21,6 @@ jobs:
2121
script:
2222
- find . -type f -name '*.md' -exec awesome_bot {} \;
2323

24-
# - stage: 'Lint markdown files'
25-
# os: linux
26-
# language: generic
27-
# before_install: skip
28-
# install:
29-
# - npm i -g markdown-spellcheck
30-
# before_script:
31-
# - wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
32-
# script:
33-
# - mdspell -a -n -r --en-us '**/*.md'
34-
# after_success: skip
35-
3624
- stage: 'Lint'
3725
env: GIMME_GO_VERSION=1.13.x GIMME_OS=linux GIMME_ARCH=amd64
3826
script:

0 commit comments

Comments
 (0)