From b565762070fd0ca370e29e03450767d319aabdfa Mon Sep 17 00:00:00 2001 From: EugeneHlushko Date: Sun, 13 Jan 2019 13:45:50 +0200 Subject: [PATCH 1/2] lint(links) disable link linter on travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f106a112ed9d..d6f17a111494 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,6 @@ jobs: - yarn lint:markdown || travis_terminate 1 - yarn lint:social || travis_terminate 1 - yarn build || travis_terminate 1 - - yarn lint:links || travis_terminate 1 - stage: Build name: Proselint From f1d62c8a80788fc5b3b46cef0d8a3614b85ee616 Mon Sep 17 00:00:00 2001 From: EugeneHlushko Date: Sun, 13 Jan 2019 14:11:05 +0200 Subject: [PATCH 2/2] lint(links) disable link linter on travis on post deploy --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6f17a111494..2bdc05318fc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,3 @@ jobs: name: Deploy if: branch = master AND type = push script: bash ./src/scripts/deploy.sh - - - stage: Post-build - name: External Link Check - script: yarn linkcheck