Browse Source

Update config.yml

pull/3/merge
ndrg13 6 years ago
committed by GitHub
parent
commit
6b97d4a1ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -58,5 +58,9 @@ workflows:
integration: integration:
jobs: jobs:
- build - build
- lint:
requires:
- build
- test:
requires:
- lint - lint
- test
Loading…
Cancel
Save