From c225beb65ea8d2190c4e7e35f8136aa4547c2933 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 23 May 2019 11:39:15 +0100 Subject: [PATCH] chore: remove commitlint from check stage in CI See https://github.com/ipfs/aegir/issues/345 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7428d50be..0be5b0ef5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ jobs: - stage: check script: - npx aegir build --bundlesize - - npx aegir commitlint --travis - npx aegir dep-check - npm run lint