desandro / imagesloaded

:camera: JavaScript is all like "You images done yet or what?"
https://imagesloaded.desandro.com
MIT License
8.88k stars 1.15k forks source link

[QUESTION] Where I can find the CI service? #284

Closed gustavosizilio closed 5 years ago

gustavosizilio commented 5 years ago

Is this project using continuous integration services (e.g., Travis-CI or Jenkings)? Or has it used at any point of its lifetime?

desandro commented 5 years ago

Hello! To your question: no and no. I rely on a lot of static HTML stuff. You can run tests:

npm install
bower install

Then view test/index.html

gustavosizilio commented 5 years ago

Thank you very much!