Skip to content

Commit

Permalink
chore: Add NodeJS 7 to Travis & AppVeyor CI test matrix's (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed May 31, 2020
1 parent 5321d45 commit fa79be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/stylelint-config-wordpress/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cache:
- node_modules

node_js:
- '7'
- '6'
- '4'

Expand Down
1 change: 1 addition & 0 deletions packages/stylelint-config-wordpress/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

environment:
matrix:
- nodejs_version: 7
- nodejs_version: 6
- nodejs_version: 4

Expand Down

0 comments on commit fa79be4

Please sign in to comment.