dataarts / dat.gui

Lightweight controller library for JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION] Where I can find the CI service?

gustavosizilio opened this issue · comments

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

This project does not use a CI service - tests and linting can be run manually with npm run test and npm run lint.