disable metalinter on CI

This commit is contained in:
Ethan Buchman 2017-12-01 02:50:17 -05:00
parent b7a75ce8c3
commit b39e768a1a
1 changed files with 1 additions and 1 deletions

View File

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