Skip to content

Commit

Permalink
Merge pull request #70 from gruntjs/deps
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
vladikoff committed Apr 20, 2016
2 parents 49d8c8a + 930ceee commit 7a02ddf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
sudo: false

language: node_js

node_js:
- '5'
- '4'
- '0.10'
- "0.10"
- "0.12"
- "4"
- "5"
- "iojs"

matrix:
fast_finish: true

cache:
directories:
- node_modules
7 changes: 0 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# http://www.appveyor.com/docs/appveyor-yml

clone_depth: 10

version: "{build}"
Expand All @@ -20,11 +18,6 @@ environment:

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: >-
if ($env:nodejs_version -eq "0.10") {
npm -g install npm@3
$env:PATH="$env:APPDATA\npm;$env:PATH"
}
- npm install

test_script:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"chalk": "^1.0.0",
"csslint": "^0.10.0",
"lodash": "^3.8.0",
"strip-json-comments": "^1.0.2"
"lodash": "^4.8.2",
"strip-json-comments": "^2.0.1"
},
"devDependencies": {
"grunt": "^1.0.0",
Expand Down

0 comments on commit 7a02ddf

Please sign in to comment.