Skip to content

Commit

Permalink
Merge pull request #34 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 e9a06d1 + 0a72dd1 commit 9f57ed3
Show file tree
Hide file tree
Showing 4 changed files with 1,167 additions and 616 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ matrix:
- node_js: "8"
script: npm run jest -- --runInBand --coverage
env: CI=coverage
- node_js: "11"
script: npm run jest -- --runInBand
env: CI=tests 11
- node_js: "10"
script: npm run jest -- --runInBand
env: CI=tests 10
- node_js: "9"
script: npm run jest -- --runInBand
env: CI=tests 9
- node_js: "6"
script: npm run jest -- --runInBand
env: CI=tests 6

before_install:
- npm install -g npm@latest
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

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

version: "{build}"
build: off
Expand Down
Loading

0 comments on commit 9f57ed3

Please sign in to comment.