Browse Source

...

pull/703/head
Zach Ramsay 7 years ago
committed by Ethan Buchman
parent
commit
fe694e1fe1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      circle.yml

+ 1
- 1
circle.yml View File

@ -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


Loading…
Cancel
Save