Skip to content

Commit 7524024

Browse files
committed
Install legacy peer deps
1 parent 82136f7 commit 7524024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
install:
3737
- npm install
3838
- cd packages/eslint-config-humanmade
39-
- npm install
39+
- npm install --legacy-peer-deps
4040
- cd ../..
4141
script:
4242
- npm test
@@ -45,7 +45,7 @@ jobs:
4545
install:
4646
- npm install
4747
- cd packages/eslint-config-humanmade
48-
- npm install
48+
- npm install --legacy-peer-deps
4949
- cd ../..
5050
script:
5151
- npm test

0 commit comments

Comments
 (0)