Browse Source

Include unsaved circle.yml file

pull/1780/head
Adrian Brink 7 years ago
parent
commit
57c49cc825
No known key found for this signature in database GPG Key ID: 9168AC350E33CEF2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      circle.yml

+ 1
- 1
circle.yml View File

@ -15,7 +15,7 @@ checkout:
test:
override:
- cd $REPO && make get_vendor_deps && make metalinter && make test_integrations
- cd $REPO && make get_vendor_deps && make metalinter_test && make test_integrations
post:
- cd "$REPO" && bash <(curl -s https://codecov.io/bash) -f coverage.txt
- cd "$REPO" && mv coverage.txt "${CIRCLE_ARTIFACTS}"

Loading…
Cancel
Save