Skip to content

Commit ed16a94

Browse files
authored
remove spell check or md stage from travis (#233)
1 parent cd9e93f commit ed16a94

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,7 @@ jobs:
2121
- find . -type f -name '*.md' -exec awesome_bot {} \;
2222
notifications:
2323
email: false
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
24+
3525
- stage: 'Integration tests'
3626
env: SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
3727
cache: false

0 commit comments

Comments
 (0)