Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.34 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.34 KB

ember-ci Build Status CircleCI

Greenkeeper badge

Continuious integration tools and goodies for Ember.js apps.

Installation

You can install this addon using ember-cli

ember install ember-ci

Travis-CI

Test with Chrome instead of PhantomJS

ember g travis-chrome

Circle-CI

Test with Phantomjs 2.1

ember g circle-ci-phantom

Test with headless Chrome

ember g circle-ci-chrome

Contributing

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

Thanks

For more information on using ember-cli, visit http://ember-cli.com/.