Skip to content

Instantly share code, notes, and snippets.

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