From ecebe3404f08929df282021b5c426b1cb96752bc Mon Sep 17 00:00:00 2001 From: b4b4r07 Date: Tue, 10 Apr 2018 17:20:34 +0900 Subject: [PATCH] Update .circleci/config.yml --- .circleci/config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96c945a..fa88dd6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,6 @@ jobs: command: | make coverage bash <(curl -s https://codecov.io/bash) - lint: <<: *defaults docker: @@ -46,8 +45,4 @@ workflows: build-workflow: jobs: - build - - lint: - filters: - branches: - ignore: - - master + - lint