Skip to content

Instantly share code, notes, and snippets.

@pjkelly
Forked from heymichaelp/gistify878562.yml
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjkelly/11409106 to your computer and use it in GitHub Desktop.
Save pjkelly/11409106 to your computer and use it in GitHub Desktop.
machine:
environment:
CODECLIMATE_REPO_TOKEN: mytoken
NODE_ENV: ci
node:
version: 0.10.26
dependencies:
pre:
- npm install -g codeclimate-test-reporter
test:
post:
- codeclimate < $CIRCLE_ARTIFACTS/lcov.info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment