Skip to content

Commit

Permalink
Prep for 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Aug 26, 2015
1 parent 64c5e5d commit b107fc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ The Drupal Extension is an integration layer between [Behat](http://behat.org),
provides step definitions for common testing scenarios specific to Drupal
sites.

[![Build Status](https://travis-ci.org/jhedstrom/drupalextension.png?branch=3.0)](https://travis-ci.org/jhedstrom/drupalextension)
[![Build Status](https://travis-ci.org/jhedstrom/drupalextension.png?branch=3.1)](https://travis-ci.org/jhedstrom/drupalextension)

The Drupal Extension 3 supports Drupal 6, 7 and 8, and utilizes Behat 3.

[![Latest Stable Version](https://poser.pugx.org/drupal/drupal-extension/v/stable.svg)](https://packagist.org/packages/drupal/drupal-extension)
[![Total Downloads](https://poser.pugx.org/drupal/drupal-extension/downloads.svg)](https://packagist.org/packages/drupal/drupal-extension)
[![Latest Unstable Version](https://poser.pugx.org/drupal/drupal-extension/v/unstable.svg)](https://packagist.org/packages/drupal/drupal-extension)
[![License](https://poser.pugx.org/drupal/drupal-extension/license.svg)](https://packagist.org/packages/drupal/drupal-extension)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jhedstrom/drupalextension/badges/quality-score.png?b=3.0)](https://scrutinizer-ci.com/g/jhedstrom/drupalextension/?branch=3.0)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jhedstrom/drupalextension/badges/quality-score.png?b=3.1)](https://scrutinizer-ci.com/g/jhedstrom/drupalextension/?branch=3.1)



Expand All @@ -22,7 +22,7 @@ The Drupal Extension 3 supports Drupal 6, 7 and 8, and utilizes Behat 3.
If you're new to the Drupal Extension, we recommend starting with
the [Full documentation](https://behat-drupal-extension.readthedocs.org)

[![Documentation Status](https://readthedocs.org/projects/behat-drupal-extension/badge/?version=master)](https://behat-drupal-extension.readthedocs.org)
[![Documentation Status](https://readthedocs.org/projects/behat-drupal-extension/badge/?version=3.1)](https://behat-drupal-extension.readthedocs.org)

### Quick start

Expand Down

0 comments on commit b107fc6

Please sign in to comment.