Skip to content

Commit

Permalink
fix(circleci): removing step name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 22, 2017
1 parent 13e747f commit 2330b48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,8 @@ workflows:
version: 2
build-test-deploy:
jobs:
- build:
name: Build
- build
- test_lint:
name: Linter
requires:
- build
- test_unit:
Expand Down

0 comments on commit 2330b48

Please sign in to comment.