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. 8
      .circleci/config.yml

8
.circleci/config.yml

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