diff --git a/circle.yml b/circle.yml index 9656c3c96..671ea14ca 100644 --- a/circle.yml +++ b/circle.yml @@ -29,8 +29,8 @@ dependencies: test: override: - - "cd $REPO && make test_integrations" - timeout: 1200 + - "cd $REPO && make test_integrations": + timeout: 1200 post: - "cd $REPO && bash <(curl -s https://codecov.io/bash)"