Skip to content

Commit

Permalink
Small Travis change. Doc change.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jan 17, 2013
1 parent 28ecde7 commit 2f44275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,4 +1,6 @@
language: node_js
node_js:
- 0.8
script: "cake test"
before_script:
- phantomjs --version
script: cake test
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[Mocha](http://visionmedia.github.com/mocha/) is a feature-rich JavaScript test framework running on node and the browser. Along with the [Chai](http://chaijs.com) assertion library they make an impressive combo. [PhantomJS](http://phantomjs.org) is a headless WebKit with a JavaScript/CoffeeScript API. It has fast and native support for various web standards like DOM handling, CSS selectors, JSON, Canvas, and SVG.

The mocha-phantomjs project provides a `mocha-phantomjs.coffee` script file and extensions to drive PhantomJS while testing your HTML pages with Mocha from the console. The preferred usage is to install `mocha-phantomjs` via node's packaged modules and use the `mocha-phantomjs` binary wrapper. Tested with Mocha 1.4, 1.5 and 1.6 and with PhantomJS version 1.7 or 1.6, we highly suggest the latest 1.7!
The mocha-phantomjs project provides a `mocha-phantomjs.coffee` script file and extensions to drive PhantomJS while testing your HTML pages with Mocha from the console. The preferred usage is to install `mocha-phantomjs` via node's packaged modules and use the `mocha-phantomjs` binary wrapper. Tested with Mocha 1.4 and up and with PhantomJS version 1.7 or greater, we highly suggest the latest versions!


# Key Features
Expand Down

0 comments on commit 2f44275

Please sign in to comment.