From fe694e1fe1257efe6c183f4d134294d2d2c41ff0 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Thu, 21 Sep 2017 14:29:58 -0400 Subject: [PATCH] ... --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 6a5e2fea..b0eed477 100644 --- a/circle.yml +++ b/circle.yml @@ -25,8 +25,8 @@ dependencies: test: override: - cd "$PROJECT_PATH" && set -o pipefail && make test_integrations 2>&1 | tee test_integrations.log: - - cd "$PROJECT_PATH" && make metalinter_test timeout: 1800 + - cd "$PROJECT_PATH" && make metalinter_test post: - cd "$PROJECT_PATH" && mv test_integrations.log "${CIRCLE_ARTIFACTS}" - cd "$PROJECT_PATH" && bash <(curl -s https://codecov.io/bash) -f coverage.txt