Skip to content

Commit e8d79b5

Browse files
committed
[Tests] fix OSX tests
1 parent 3875392 commit e8d79b5

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
@@ -26,10 +26,10 @@ matrix:
2626

2727
before_install:
2828
- 'nvm install-latest-npm'
29-
- 'npm install'
29+
- 'NPM_CONFIG_LEGACY_PEER_DEPS=true npm install'
3030
- 'npm run copy-metafiles'
3131
install:
32-
- 'npm install'
32+
- 'NPM_CONFIG_LEGACY_PEER_DEPS=true npm install'
3333
- 'if [ -n "${ESLINT_VERSION}" ]; then ./tests/dep-time-travel.sh; fi'
3434
- 'npm run pretest'
3535

0 commit comments

Comments
 (0)