Normally it is possible with Karma to run my tests on multiple browsers. Is it possible somehow to run the same tests on Travis?
As far as I know Chrome needs some modifications on the travis config file. http://stackoverflow.com/a/25661593/607033
Do these modifications interfere with other browsers (e.g. Firefox, Opera, Msie, PhantomJS, etc.) I want to run on travis?
