I'm trying to integrate the Travis-CI into my project, but with the pre-created files is not working.
I'm facing the following error:
Karma v1.3.0 server started at http://localhost:9876/
Launching browser Chrome with unlimited concurrency
Starting browser Chrome
Cannot start Chrome
Trying to start Chrome again (1/2).
Cannot start Chrome
Trying to start Chrome again (2/2).
Cannot start Chrome
Chrome failed 2 times (cannot start). Giving up.
I did same research about this issue and I was not able to figure out what is the problem.
Any sugestion to solved this using Chrome? I changed to PhantomJS to not be blocked.
Also with the problem?
If anyone is facing this error, to not be blocked also I suggest you change to PhantomJS is this steps:
Hey Guys,
I'm trying to integrate the Travis-CI into my project, but with the pre-created files is not working.
I'm facing the following error:
I did same research about this issue and I was not able to figure out what is the problem.
Any sugestion to solved this using Chrome? I changed to PhantomJS to not be blocked.
Also with the problem?
If anyone is facing this error, to not be blocked also I suggest you change to PhantomJS is this steps:
1) You have to install karma-phantomjs-launcher
2) Add the require for PhatomJS of
conf/karma.conf.js
3) Add this if before the
config.set(configuration);
to change only when the travis is running