Continuous Integration and Ember-CLI

Are there any good examples of how others have been dong this for their application? Most of my CI experience is in the .NET space. We are currently using Team City.

In our app we are using https://travis-ci.org/ it’s easy to configure and It’s built with ember.js too.

I just wrote a blog post about how you can do this using CircleCI Transform Your Customer Experience | Rightpoint

Thanks for that link, that is exactly the type of thing I was trying to find.