Skip to content

Commit

Permalink
Merge 4b9f337 into 0770dba
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlostong committed Feb 7, 2020
2 parents 0770dba + 4b9f337 commit 01bd3d3
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://gist.githubusercontent.com/juancarlostong/dad02feeebc8763af35b4fdc717cf7a2/raw/.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 01bd3d3

Please sign in to comment.