0.1.4 • Published 5 years ago

ember-ci v0.1.4

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

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/.

0.1.4

5 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago