Skip to content

Commit

Permalink
dont test 1.0 branch against symfony master
Browse files Browse the repository at this point in the history
  • Loading branch information
wasinger committed May 15, 2015
1 parent 1ce78bc commit 9199419
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ php:
env:
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.6.*
- SYMFONY_VERSION=dev-master

before_script:
- composer require symfony/dom-crawler:${SYMFONY_VERSION}
Expand All @@ -22,10 +21,6 @@ after_script:
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
exclude:
- env: SYMFONY_VERSION=dev-master
php: 5.3
- env: SYMFONY_VERSION=2.3.*
php: 5.6
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
HtmlPageDom
===========

[![Build Status](https://secure.travis-ci.org/wasinger/htmlpagedom.png?branch=master)](http://travis-ci.org/wasinger/htmlpagedom)
[![Build Status](https://secure.travis-ci.org/wasinger/htmlpagedom.png?branch=1.0)](http://travis-ci.org/wasinger/htmlpagedom)
[![Latest Version](http://img.shields.io/packagist/v/wa72/htmlpagedom.svg)](https://packagist.org/packages/wa72/htmlpagedom)
[![Downloads from Packagist](http://img.shields.io/packagist/dt/wa72/htmlpagedom.svg)](https://packagist.org/packages/wa72/htmlpagedom)

Expand Down Expand Up @@ -29,8 +29,8 @@ Requirements
------------

- PHP 5.3+
- [Symfony\Components\DomCrawler](https://github.com/symfony/DomCrawler)
- [Symfony\Components\CssSelector](https://github.com/symfony/CssSelector)
- [Symfony\Components\DomCrawler ~2.3](https://github.com/symfony/DomCrawler)
- [Symfony\Components\CssSelector ~2.3](https://github.com/symfony/CssSelector)

Installation
------------
Expand Down

0 comments on commit 9199419

Please sign in to comment.