Skip to content

Commit

Permalink
Merge pull request #47 from ntwb/remove-nodejs-012x
Browse files Browse the repository at this point in the history
Remove NodeJS 0.12.x from CI test matrix
  • Loading branch information
ntwb committed May 31, 2020
1 parent 6fb4405 commit ebdfe85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/stylelint-config-wordpress/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ cache:
node_js:
- '5'
- '4'
- '0.12'

before_install:
# remove outdated deps, assists with cache maintenance
Expand Down
1 change: 0 additions & 1 deletion packages/stylelint-config-wordpress/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ environment:
matrix:
- nodejs_version: 5
- nodejs_version: 4
- nodejs_version: 0.12

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

0 comments on commit ebdfe85

Please sign in to comment.