Skip to content

Commit

Permalink
added codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
miki2826 committed May 13, 2016
1 parent 97cbf6f commit 2996f2c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
language: node_js
node_js:
- "4.4.3"
addons:
code_climate:
repo_token:
before_install: npm install -g grunt-cli
after_script:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < test/coverage/reports/lcov.info
after_success:
- bash < (curl -s https://codecov.io/bash)
exclude_paths:
- "Gruntfile.js"
- "build/*"

0 comments on commit 2996f2c

Please sign in to comment.