summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Mehren2020-07-10 19:59:32 +0200
committerGitHub2020-07-10 19:59:32 +0200
commit3db8b0df43b027d15d13047e25617266ddc57f13 (patch)
treeda64f90f7cd4ab4c1deaf67a572a45c2a583dc7e /.travis.yml
parent0b7dbd1f43899b4321ddf41bf98a64a7bd5fa48d (diff)
parent89895cef2e5785134bf1fdcc9c8813831c07f17b (diff)
Merge pull request #410 from oupala/feature/markdown-linting
Diffstat (limited to '')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 758b785d..db7628c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,11 @@ jobs:
- 10
script:
- yarn run eslint
+ - name: markdownlint
+ node_js:
+ - 10
+ script:
+ - yarn run markdownlint
- name: ShellCheck
script:
- shellcheck bin/heroku bin/setup