Skip to content

Commit

Permalink
Merge pull request #936 from fauxton/add_note_about_generators_for_co…
Browse files Browse the repository at this point in the history
…ntributors

Add note on how to simulate CI runs
  • Loading branch information
marcoow committed Mar 23, 2016
2 parents 9d5a37b + 87890f6 commit c6cceac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ Here's a few steps to follow to make sure your pull request gets accepted:

## Run Tests

After you forked the repository run `npm install` and `bower install`.
After you have forked the repository, run `npm install` and `bower install`.
Also install [PhantomJS](http://phantomjs.org/) to run the tests.

Afterwards you can run all tests with `ember test`. If you want to test your
change against multiple versions of Ember and Ember Data run `ember try:testall`.
To run tests against the currently installed Ember version, run `ember test`. To
simulate a CI run -- testing multiple versions of Ember, Ember Data and the
included addon generators -- run `npm test && npm run nodetest`.

0 comments on commit c6cceac

Please sign in to comment.