Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uptravis should run the server tests #3
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
travis runs
npm run coverageinstead ofnpm testso we have test coverage stats. to have it run the server tests, changeistanbul cover tape test/*.jstoistanbul cover tape test/**/*.jsin package.json. however, i don't know what environment variables to set such that Travis doesn't report an error.