There was an error while loading. Please reload this page.
1 parent a53eeeb commit ffa4f62Copy full SHA for ffa4f62
.travis.yml
@@ -16,18 +16,6 @@ jobs:
16
script:
17
- find . -type f -name '*.md' -exec awesome_bot {} \;
18
19
- - stage: 'Lint markdown files'
20
- os: linux
21
- language: generic
22
- before_install: skip
23
- install:
24
- - npm i -g markdown-spellcheck
25
- before_script:
26
- - wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
27
- script:
28
- - mdspell -a -n -r --en-us '**/*.md'
29
- after_success: skip
30
-
31
- stage: 'Test'
32
os: linux
33
language: node_js
0 commit comments