Skip to content

Commit

Permalink
Removes spell check of md files stage from travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoman09 committed Jul 10, 2020
1 parent 3e0fa0a commit fb9f68d
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 @@ -31,18 +31,6 @@ jobs:
notifications:
email: false

- 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: 'Linting'
language: python
python: "2.7"
Expand Down

0 comments on commit fb9f68d

Please sign in to comment.