Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
add metalinter to CI, closes #196
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay committed Aug 29, 2017
1 parent 356a4a6 commit b3cf3f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ test:
- cd "$REPO" && make install
- cd "$REPO" && make test_coverage
- cd "$REPO" && set -o pipefail && make test_integrations 2>&1 | tee test_integrations.log

# should be uncommented when CI is more robust
#- cd "$REPO" && make metalinter

post:
- cd "$PROJECT_PATH" && mv test_integrations.log "${CIRCLE_ARTIFACTS}"
- cd "$PROJECT_PATH" && bash <(curl -s https://codecov.io/bash)
- cd "$PROJECT_PATH" && bash <(curl -s https://codecov.io/bash)

0 comments on commit b3cf3f6

Please sign in to comment.