You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
When travis starts, we instruct it to run "npm run setup" in the before_install phase.
When that is done, because of the npm install, the prepublish npm script is executed, which builds and tests.
After that travis runs npm test, which builds & runs the unit tests again.
When travis starts, we instruct it to run "npm run setup" in the before_install phase.
When that is done, because of the npm install, the prepublish npm script is executed, which builds and tests.
After that travis runs
npm test
, which builds & runs the unit tests again.Related: npm/npm#10074
The text was updated successfully, but these errors were encountered: