Skip to content

Commit eb43999

Browse files
committed
Update travis
1 parent 06ae1ab commit eb43999

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,11 @@ env:
2323
matrix:
2424
include:
2525
- php: 5.6
26-
env: setup=lowest
27-
- setup=lowest
28-
- symfony="^2.1"
26+
env: setup=lowest symfony="^2.1"
2927
- php: 5.6
30-
- setup=lowest
31-
- symfony="^3"
28+
- env: setup=lowest symfony="^3"
3229
- php: 7.2
33-
env:
34-
- setup=lowest
35-
- symfony="^4"
30+
env: setup=lowest symfony="^4"
3631

3732
install:
3833
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
4545

4646
[ico-version]: https://img.shields.io/packagist/v/omnipay/common.svg?style=flat-square
4747
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
48-
[ico-travis]: https://img.shields.io/travis/omnipay/common/master.svg?style=flat-square
48+
[ico-travis]: https://img.shields.io/travis/thephpleague/omnipay-common/master.svg?style=flat-square
4949
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/thephpleague/omnipay-common.svg?style=flat-square
5050
[ico-code-quality]: https://img.shields.io/scrutinizer/g/thephpleague/omnipay-common.svg?style=flat-square
5151
[ico-downloads]: https://img.shields.io/packagist/dt/omnipay/common.svg?style=flat-square
5252

5353
[link-packagist]: https://packagist.org/packages/omnipay/common
54-
[link-travis]: https://travis-ci.org/omnipay/common
54+
[link-travis]: https://travis-ci.org/thephpleague/omnipay-common
5555
[link-scrutinizer]: https://scrutinizer-ci.com/g/thephpleague/omnipay-common/code-structure
5656
[link-code-quality]: https://scrutinizer-ci.com/g/thephpleague/omnipay-common
5757
[link-downloads]: https://packagist.org/packages/omnipay/common

0 commit comments

Comments
 (0)