This started last week. All of my tests pass but Travis emits the following:
The command "npm run test:ci" exited with 1.
Here is an example run.
I have run it in debug mode but the results are the same.
This started last week. All of my tests pass but Travis emits the following:
The command "npm run test:ci" exited with 1.
Here is an example run.
I have run it in debug mode but the results are the same.
Hi @robhicks,
Generally speaking, libraries that choose to fail on warnings presume their users will want to fix the issues causing the warnings or at the very least pressure them to fix it. If this isn’t practical for your use case, you can override the CI variable by adding CI=''
to the beginning of your site build command.
For example:
CI='' npm run build