Skip to content
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.

Commit

Permalink
Trying again to get CodeClimate hooked up right
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccormick committed Apr 27, 2015
1 parent 767f904 commit e6411d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ install:
script: "gulp coverage"
after_success:
- if [[ $MAINRUN == true ]]; then npm install -g codeclimate-test-reporter; fi
- if [[ $MAINRUN == true ]]; then CODECLIMATE_REPO_TOKEN=39acb5389290df5a87022baa6a6f8294484909b2bcc78e5bd1b534881ee768fd codeclimate < lcov.info; fi
- if [[ $MAINRUN == true ]]; then CODECLIMATE_REPO_TOKEN=39acb5389290df5a87022baa6a6f8294484909b2bcc78e5bd1b534881ee768fd; fi
- if [[ $MAINRUN == true ]]; then codeclimate < lcov.info; fi

0 comments on commit e6411d5

Please sign in to comment.