Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Jan 18, 2018
2 parents a9ac2dd + 5ce7da3 commit 95f4aa8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,14 @@ Tips

Tests
=====
We got that! You can (and should) run the tests before you push. To do that,
We got those! You can (and should) run the tests before you push. To do that,
install the dependencies described in `package.json` by running:

npm install -g grunt-cli
npm install

And any other commands in .travis.yml.
You will need Chrome installed. Then run:

Then run:

grunt jasmine
karma start --single-run

If the tests pass, give a push to your repo and send us a pull request.

Expand All @@ -59,7 +57,7 @@ pull request is good to go by waiting for the automated tests to complete.

For more information on testing see [TESTING.md][testingmd].

The current status if Travis CI on our master branch is:
The current status of Travis CI on our master branch is:

[![Build Status](https://travis-ci.org/freelawproject/recap-chrome.svg?branch=master)][12]

Expand Down

0 comments on commit 95f4aa8

Please sign in to comment.