Skip to content

Commit ac759bf

Browse files
disabling mdspell (#260)
1 parent c5ba23a commit ac759bf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
notifications:
2323
email: false
2424

25-
- stage: 'Lint markdown files'
26-
os: linux
27-
language: generic
28-
before_install: skip
29-
install:
30-
- npm i -g markdown-spellcheck
31-
before_script:
32-
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
33-
script:
34-
- mdspell -a -n -r --en-us '**/*.md'
35-
after_success: skip
25+
# - stage: 'Lint markdown files'
26+
# os: linux
27+
# language: generic
28+
# before_install: skip
29+
# install:
30+
# - npm i -g markdown-spellcheck
31+
# before_script:
32+
# - wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
33+
# script:
34+
# - mdspell -a -n -r --en-us '**/*.md'
35+
# after_success: skip
3636

3737
- stage: 'Lint'
3838
env: GIMME_GO_VERSION=1.13.x GIMME_OS=linux GIMME_ARCH=amd64

0 commit comments

Comments
 (0)