From 10d78dd616989ae39dc11dda3b25fade6157b05a Mon Sep 17 00:00:00 2001 From: Willy Ovalle Date: Thu, 30 Sep 2021 12:03:03 +0200 Subject: [PATCH] chore: temporarily disabling commitlint --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0836c287..e949331e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ jobs: - stage: test script: - yarn eslint '*/**/*.{js,ts}' --quiet - - commitlint-travis + # - commitlint-travis - yarn test - yarn test:integration - yarn add --dev codecov