Skip to content

Commit 968dda1

Browse files
committed
[Tests] run npm run pretest in travis
1 parent 2a0d207 commit 968dda1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ before_install:
3131
install:
3232
- 'npm install'
3333
- 'if [ -n "${ESLINT_VERSION}" ]; then ./tests/dep-time-travel.sh; fi'
34+
after_install:
35+
- npm run pretest
3436

3537
script:
3638
- npm run tests-only

0 commit comments

Comments
 (0)