Skip to content

Commit

Permalink
Merge pull request #41 from kristerkari/feature/stylelint-v10
Browse files Browse the repository at this point in the history
Update dependencies and stylelint peer dep to 10
  • Loading branch information
kristerkari authored Apr 19, 2019
2 parents 27b3dde + fc031c4 commit b8f1133
Show file tree
Hide file tree
Showing 4 changed files with 2,378 additions and 2,533 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ cache:
- node_modules

node_js:
- "11"
- "10"
- "9"
- "8"
- "6"

before_install:
- npm install -g npm@latest
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

environment:
matrix:
- nodejs_version: 11
- nodejs_version: 10
- nodejs_version: 8
- nodejs_version: 6

version: "{build}"

Expand All @@ -29,4 +30,4 @@ test_script:
- cmd: "npm test"

cache:
- 'node_modules -> appveyor.yml,package.json,package-lock.json'
- "node_modules -> appveyor.yml,package.json,package-lock.json"
Loading

0 comments on commit b8f1133

Please sign in to comment.