Add links to "travis ci" to README file.

Linking branches "master" and "1.9" for now.
1.x
Ivan De Marino 2014-02-02 19:58:36 +00:00
parent 056aa50c19
commit 06672a03aa
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ The latest [stable release](http://phantomjs.org/release-1.9.html) is version 1.
**Note**: Please **do not** create a GitHub pull request **without** reading the [Contribution Guide](https://github.com/ariya/phantomjs/blob/master/CONTRIBUTING.md) first. Failure to do so may result in the rejection of the pull request.
## Travis CI
- `master`: [![Build Status](https://travis-ci.org/ariya/phantomjs.png?branch=master)](https://travis-ci.org/ariya/phantomjs)
- `1.9`: [![Build Status](https://travis-ci.org/ariya/phantomjs.png?branch=1.9)](https://travis-ci.org/ariya/phantomjs)
## Use Cases
- **Headless web testing**. Lightning-fast testing without the browser is now possible! Various [test frameworks](https://github.com/ariya/phantomjs/wiki/Headless-Testing) such as Jasmine, Capybara, QUnit, Mocha, WebDriver, YUI Test, BusterJS, FuncUnit, Robot Framework, and many others are supported.