diff --git a/.travis.yml b/.travis.yml index f106a112ed9d..2bdc05318fc3 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 @@ -49,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