Skip to content

Commit cb23229

Browse files
committed
Merge pull request #39 from radify/codeclimate-fix
Codeclimate Fix
2 parents a28caef + bd190c4 commit cb23229

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ script:
1515
- gulp
1616

1717
addons:
18-
code_climate:
19-
repo_token: $CODECLIMATE_REPO_TOKEN
18+
code_climate:
19+
repo_token:
20+
secure: "mTBue2hOpHjHgvgLqAkrQ56FMKAF+N2ux/Dt8uVaNHA3nSBJE8+M1TmKcWZtZQY4owZzOb5hNFOsyGfICjrJN462Y1gYewm5Vtful2LSbQa9wl7xFdQPce7CEmHJ47dVwOMf7vjxsatM6ThuM70ofo4rfpiusrJ4UbH2EafopbQ="

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"devDependencies": {
3333
"gulp": "^3.9.0",
3434
"gulp-coveralls": "^0.1.4",
35-
"gulp-jscs": "^3.0.1",
36-
"gulp-jshint": "^1.11.2",
35+
"gulp-jscs": "^3.0.2",
36+
"gulp-jshint": "^1.12.0",
3737
"jasmine-core": "^2.3.4",
38-
"karma": "^0.13.11",
39-
"karma-coverage": "^0.5.2",
38+
"karma": "^0.13.14",
39+
"karma-coverage": "^0.5.3",
4040
"karma-coveralls": "^1.1.2",
4141
"karma-jasmine": "^0.3.6",
4242
"karma-phantomjs-launcher": "^0.2.1",

0 commit comments

Comments
 (0)