Skip to content

Commit 92a3f64

Browse files
authored
Merge branch 'master' into update-phpcs
2 parents a875469 + 20ace91 commit 92a3f64

File tree

9 files changed

+17502
-2849
lines changed

9 files changed

+17502
-2849
lines changed

.travis.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,11 @@ jobs:
4949
- vendor/bin/phpunit --no-configuration --bootstrap=tests/bootstrap.php --dont-report-useless-tests tests/AllSniffs.php
5050
- vendor/bin/phpunit --no-configuration --bootstrap=tests/bootstrap.php --dont-report-useless-tests tests/FixtureTests.php
5151
- language: node_js
52-
node_js: 10
52+
node_js: 16
5353
install:
5454
- npm install
5555
- cd packages/eslint-config-humanmade
56-
- npm install
57-
- cd ../..
58-
script:
59-
- npm test
60-
- language: node_js
61-
node_js: 12
62-
install:
63-
- npm install
64-
- cd packages/eslint-config-humanmade
65-
- npm install
66-
- cd ../..
67-
script:
68-
- npm test
69-
- language: node_js
70-
node_js: 14
71-
install:
72-
- npm install
73-
- cd packages/eslint-config-humanmade
74-
- npm install
56+
- npm install --legacy-peer-deps
7557
- cd ../..
7658
script:
7759
- npm test

0 commit comments

Comments
 (0)