We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a390fda commit 41afc38Copy full SHA for 41afc38
.travis.yml
@@ -38,18 +38,6 @@ jobs:
38
- find . -type f -name '*.md' -exec awesome_bot {} \;
39
notifications:
40
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
53
54
- &integrationtest
55
stage: 'Integration tests'
0 commit comments