Skip to content

Commit

Permalink
Removes spell check of md files stage from travis.yml (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoman09 authored Jul 16, 2020
1 parent a53eeeb commit ffa4f62
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ jobs:
script:
- find . -type f -name '*.md' -exec awesome_bot {} \;

- stage: 'Lint markdown files'
os: linux
language: generic
before_install: skip
install:
- npm i -g markdown-spellcheck
before_script:
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
script:
- mdspell -a -n -r --en-us '**/*.md'
after_success: skip

- stage: 'Test'
os: linux
language: node_js
Expand Down

0 comments on commit ffa4f62

Please sign in to comment.