Skip to content

Commit

Permalink
[Tests] run npm run pretest in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 1, 2021
1 parent 2a0d207 commit a032b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,7 @@ before_install:
install:
- 'npm install'
- 'if [ -n "${ESLINT_VERSION}" ]; then ./tests/dep-time-travel.sh; fi'
- 'npm run pretest'

script:
- npm run tests-only
Expand Down

0 comments on commit a032b83

Please sign in to comment.