Skip to content

Commit

Permalink
Add note about JSHint
Browse files Browse the repository at this point in the history
  • Loading branch information
spike01 committed Nov 13, 2015
1 parent 87643c8 commit 657d625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ More about ten pin bowling here: http://en.wikipedia.org/wiki/Ten-pin_bowling
CI
--

We are running JSHint on our CI server - save yourself having to wait for a build to happen by linting your code on your machine first. [Here are installations for most popular editors](http://jshint.com/install/). Grab the `.jshint` from this repo and have better JS!

If you don't follow the usual Jasmine convention of having your tests in `spec` and your code in `src`, or you've built your code into a little app, CI will probably fail for you as we are doing *sneaky things*™ to make your tests run. However, there is a simple fix:

1. Open up your `.travis.yml`
Expand Down

0 comments on commit 657d625

Please sign in to comment.