CreateJS / EaselJS

The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier.
http://createjs.com/
MIT License
8.11k stars 1.97k forks source link

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

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?

tehvgg commented 5 years ago

CI (via CircleCI) is coming shortly after the full 2.0 suite release.

gustavosizilio commented 5 years ago

Thank you!