Include unsaved circle.yml file

This commit is contained in:
Adrian Brink
2017-12-20 10:40:35 +01:00
parent c268c4e767
commit 57c49cc825
+1 -1
View File
@@ -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}"