Browse Source

dont run metalinter on circle ...

pull/1842/head
Ethan Buchman 7 years ago
parent
commit
225eace316
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      circle.yml

+ 1
- 1
circle.yml View File

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

Loading…
Cancel
Save