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 dbe0acb commit 8b4211eCopy full SHA for 8b4211e
.travis.yml
@@ -42,18 +42,6 @@ jobs:
42
notifications:
43
email: false
44
45
- - stage: 'Lint markdown files'
46
- os: linux
47
- language: generic
48
- before_install: skip
49
- install:
50
- - npm i -g markdown-spellcheck
51
- before_script:
52
- - wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
53
- script:
54
- - mdspell -a -n -r --en-us '**/*.md'
55
- after_success: skip
56
-
57
- stage: 'Lint'
58
node_js: '12'
59
script: npm run lint
0 commit comments