Skip to content

Commit

Permalink
Merge pull request #318 from ricardogobbosouza/major-stylelint-v10
Browse files Browse the repository at this point in the history
Support stylelint v10
  • Loading branch information
kristerkari committed Apr 17, 2019
2 parents 8795957 + b7ab282 commit 9c3d8d6
Show file tree
Hide file tree
Showing 5 changed files with 9,033 additions and 7,359 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -14,12 +14,9 @@ matrix:
- node_js: '8'
script: npm run jest -- --runInBand --coverage
env: CI=coverage
- node_js: '9'
- node_js: '10'
script: npm run jest -- --runInBand
env: CI=tests 9
- node_js: '6'
script: npm run jest -- --runInBand
env: CI=tests 6
env: CI=tests 10
before_install:
- npm install -g npm@latest
after_success:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@

environment:
matrix:
- nodejs_version: 6
- nodejs_version: 8

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

0 comments on commit 9c3d8d6

Please sign in to comment.