Skip to content

Commit

Permalink
fix(): circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 19, 2017
1 parent 15aa7d3 commit 6f4dd9f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,15 @@ jobs:
workflows:
version: 2
build-test-deploy:
- build
- test:
requires:
- build
- deploy:
requires:
- build
- test
filtr:
branches:
only: master
jobs:
- build
- test:
requires:
- build
- deploy:
requires:
- build
- test
filtr:
branches:
only: master

0 comments on commit 6f4dd9f

Please sign in to comment.