Error: Failed to launch the browser process!

I am using latest node version, mocha and puppeteer. My test runs perfectly when running from my local machine. For travis, I am always getting an error
Error: Failed to launch the browser process!
[5546:5546:0617/103316.430895:ERROR:browser_main_loop.cc(1468)] Unable to open X display.

Can someone help debug.

When reporting problems, please consider including:

  1. What you are trying to achieve
  2. What you have tried (probably a link to the configuration)
  3. What happened instead (often, pointing to a build log URL, in the form of https://travis-ci.com/OWNER/REPO/build/NNNNNNN would be helpful).

Hi,
Here is a sample log that is generated.
https://travis-ci.org/github/akankshagairola5/VHL-Testbench/jobs/699309614

I am just trying to launch a url . and then perform some actions.
Thanks ! :slight_smile: