Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Issue #54 - Validated CircleCI configuration with circleci CLI
  • Loading branch information
dance2die committed Feb 2, 2019
1 parent 425931b commit bb2046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- run:
name: Setup Code Climate test-reporter
command: |
# download test reporter as a static binary
# download test reporter as a static binary
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
- run:
Expand Down

0 comments on commit bb2046f

Please sign in to comment.