Skip to content

Commit

Permalink
Configured code climate reporter when build passes
Browse files Browse the repository at this point in the history
  • Loading branch information
sey committed Mar 22, 2016
1 parent e34488f commit fcf856b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -8,9 +8,12 @@ before_script:
- npm install -g jshint
- npm install -g mocha
- npm install -g istanbul
- npm install -g codeclimate-test-reporter
- npm install
script:
- npm run lint
- npm test
- npm run coverage
after_success:
- npm run coveralls
- codeclimate-test-reporter < coverage/lcov.info
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -3,3 +3,4 @@ Validate locales files in JSON format.

[![Build Status](https://travis-ci.org/seventy-three/validate-json-locales.svg?branch=master)](https://travis-ci.org/seventy-three/validate-json-locales)
[![Coverage Status](https://coveralls.io/repos/github/seventy-three/validate-json-locales/badge.svg?branch=master)](https://coveralls.io/github/seventy-three/validate-json-locales?branch=master)
[![Code Climate](https://codeclimate.com/github/seventy-three/validate-json-locales/badges/gpa.svg)](https://codeclimate.com/github/seventy-three/validate-json-locales)

0 comments on commit fcf856b

Please sign in to comment.