Browse Source

fix(config.yml): ERROR IN CONFIG FILE

schema violations found
test
sipe-daniel 6 years ago
parent
commit
750afbfb8a
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -1,11 +1,10 @@
version: 2.1
workflows:
version: 2.1
build_and_test:
jobs:
- build
- lint:
requires:
requires
- build
jobs:
build:

Loading…
Cancel
Save