Skip to content

Commit

Permalink
Update .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Apr 10, 2018
1 parent e1889a3 commit ecebe34
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
command: |
make coverage
bash <(curl -s https://codecov.io/bash)
lint:
<<: *defaults
docker:
Expand All @@ -46,8 +45,4 @@ workflows:
build-workflow:
jobs:
- build
- lint:
filters:
branches:
ignore:
- master
- lint

0 comments on commit ecebe34

Please sign in to comment.