diff --git a/README.md b/README.md index 4f2c38de..694f9143 100644 --- a/README.md +++ b/README.md @@ -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.