dont run metalinter on circle ...

This commit is contained in:
Ethan Buchman 2017-12-15 15:14:48 -05:00
parent a7b20d4e46
commit 225eace316
1 changed files with 1 additions and 1 deletions

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}"