Skip to content

Commit

Permalink
Merge 7f6aa7c into 0770dba
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlostong committed Feb 10, 2020
2 parents 0770dba + 7f6aa7c commit c8ee037
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ jobs:
notifications:
email: false

- stage: 'Lint markdown files'
language: node_js
node_js: 12
os: linux
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 c8ee037

Please sign in to comment.