tape-testing / tape-run

Headless tape test runner
222 stars 23 forks source link

Errors on Travis #71

Closed TehShrike closed 6 years ago

TehShrike commented 6 years ago

Long shot here, but has anyone else had issues running tests with tape-run on Travis recently?

My newest project has been testing fine locally with tape-run, but failing on Travis because of tape-run.

You can see my experiments in the recent commits on this branch.

juliangruber commented 6 years ago

the readme is your friend :) https://github.com/juliangruber/tape-run#headless-testing--travis

TehShrike commented 6 years ago

Oh man, I've used tape-run a dozen times on Travis before, how did I forget xvfb this time 😭 I wonder if Travis used to display a better error message or something

Thanks for your patience, I apologize for the annoyance!