twobin / react-lazyload

Lazy load your component, image or anything matters the performance.
MIT License
5.87k stars 488 forks source link

Fix karma test to pass in travis-ci #284

Closed kmkzt closed 4 years ago

kmkzt commented 4 years ago

Fix karma test to pass in travis-ci. I'd like you to point out any changes.

Made the following major changes

refference

https://stackoverflow.com/questions/55674746/travis-sh-0-cant-open-etc-init-d-xvfb https://docs.travis-ci.com/user/chrome#karma-chrome-launcher https://github.com/twobin/react-lazyload/pull/284#issue-387525643

ameerthehacker commented 4 years ago

@kmkzt thanks for the contribution, this definitely helps!

kmkzt commented 4 years ago

@ameerthehacker Thanks!