From c256745bfa9b31970759225aeb501887596fe883 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Tue, 24 Sep 2019 00:36:30 +0200 Subject: [PATCH] ci(markdown): re-enable markdown linting (see #284) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 154c6743c..c045c81f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ before_install: script: - npm install alex markdownlint-cli --global - bash scripts/language-check.sh -# - bash scripts/markdown-lint.sh +- bash scripts/markdown-lint.sh - bundle exec middleman build