Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Travis should not run tests twice #60

Open
dsebastien opened this issue Dec 15, 2015 · 0 comments
Open

Travis should not run tests twice #60

dsebastien opened this issue Dec 15, 2015 · 0 comments

Comments

@dsebastien
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant