Skip to content

Commit

Permalink
[Tests] fix OSX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 23, 2021
1 parent 3875392 commit e8d79b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ matrix:

before_install:
- 'nvm install-latest-npm'
- 'npm install'
- 'NPM_CONFIG_LEGACY_PEER_DEPS=true npm install'
- 'npm run copy-metafiles'
install:
- 'npm install'
- 'NPM_CONFIG_LEGACY_PEER_DEPS=true npm install'
- 'if [ -n "${ESLINT_VERSION}" ]; then ./tests/dep-time-travel.sh; fi'
- 'npm run pretest'

Expand Down

0 comments on commit e8d79b5

Please sign in to comment.