Skip to content

Commit 43b0d86

Browse files
authored
Fixed TravisCI links in README file
1 parent f211eac commit 43b0d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Symfony Bundle Test
22

33
[![Latest Version](https://img.shields.io/github/release/Nyholm/symfony-bundle-test.svg?style=flat-square)](https://github.com/Nyholm/symfony-bundle-test/releases)
4-
[![Build Status](https://img.shields.io/travis/Nyholm/symfony-bundle-test/master.svg?style=flat-square)](https://travis-ci.org/Nyholm/symfony-bundle-test)
4+
[![Build Status](https://img.shields.io/travis/SymfonyTest/symfony-bundle-test/master.svg?style=flat-square)](https://travis-ci.org/SymfonyTest/symfony-bundle-test)
55
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/Nyholm/symfony-bundle-test.svg?style=flat-square)](https://scrutinizer-ci.com/g/Nyholm/symfony-bundle-test)
66
[![Quality Score](https://img.shields.io/scrutinizer/g/Nyholm/symfony-bundle-test.svg?style=flat-square)](https://scrutinizer-ci.com/g/Nyholm/symfony-bundle-test)
77
[![Total Downloads](https://img.shields.io/packagist/dt/nyholm/symfony-bundle-test.svg?style=flat-square)](https://packagist.org/packages/nyholm/symfony-bundle-test)
@@ -12,7 +12,7 @@ When you want to make sure that your bundle works with different versions of Sym
1212
you need to create a custom `AppKernel` and load your bundle and configuration.
1313

1414
Using this bundle test together with Matthias Nobacks's
15-
[SymfonyDependencyInjectionTest](https://github.com/matthiasnoback/SymfonyDependencyInjectionTest)
15+
[SymfonyDependencyInjectionTest](https://github.com/SymfonyTest/SymfonyDependencyInjectionTest)
1616
will give you a good base for testing a Symfony bundle.
1717

1818
## Install

0 commit comments

Comments
 (0)