Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

Commit

Permalink
Updated packages and travis NPM req
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Jun 5, 2015
1 parent e38b237 commit 3202885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ node_js:
- '0.12'
- '0.10'
before_install:
- npm install -g npm@'>2.7.0'
- npm install -g npm@'>2.11.0'
after_script:
- CODECLIMATE_REPO_TOKEN=5b9d2275eb7937ba2e45b931eccc0b4b6cb6e48a9d4d234e3b008b87616b4e0a codeclimate < coverage/lcov.info
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.1.0",
"gulp-mocha": "^2.1.1",
"gulp-plumber": "^1.0.1",
"istanbul": "^0.3.14",
"jscs": "^1.13.1",
Expand All @@ -45,7 +45,7 @@
"lodash": "^3.9.3",
"mocha": "*",
"mocha-lcov-reporter": "0.0.2",
"shelljs": "^0.5.0",
"shelljs": "^0.5.1",
"trash": "^1.4.1",
"yeoman-assert": "^2.0.0"
}
Expand Down

0 comments on commit 3202885

Please sign in to comment.