Skip to content

Commit

Permalink
Merge pull request #39 from radify/codeclimate-fix
Browse files Browse the repository at this point in the history
Codeclimate Fix
  • Loading branch information
nateabele committed Oct 30, 2015
2 parents a28caef + bd190c4 commit cb23229
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ script:
- gulp

addons:
code_climate:
repo_token: $CODECLIMATE_REPO_TOKEN
code_climate:
repo_token:
secure: "mTBue2hOpHjHgvgLqAkrQ56FMKAF+N2ux/Dt8uVaNHA3nSBJE8+M1TmKcWZtZQY4owZzOb5hNFOsyGfICjrJN462Y1gYewm5Vtful2LSbQa9wl7xFdQPce7CEmHJ47dVwOMf7vjxsatM6ThuM70ofo4rfpiusrJ4UbH2EafopbQ="
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.11.2",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.12.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.11",
"karma-coverage": "^0.5.2",
"karma": "^0.13.14",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
Expand Down

0 comments on commit cb23229

Please sign in to comment.