From 57c49cc825d39960ac6f4aa2ffa909b0003a3584 Mon Sep 17 00:00:00 2001 From: Adrian Brink Date: Wed, 20 Dec 2017 10:40:35 +0100 Subject: [PATCH] Include unsaved circle.yml file --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 32ce4a7a0..95d1dea5e 100644 --- a/circle.yml +++ b/circle.yml @@ -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}"