[QUESTION] Where I can find the CI service?
gustavosizilio opened this issue · 2 comments
gustavosizilio commented
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
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
Thank you very much!