Skip to content

Commit a5e0d96

Browse files
committed
Fix .travis.yml link
1 parent bc7e302 commit a5e0d96

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.semver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 1
33
:minor: 0
4-
:patch: 5
4+
:patch: 6
55
:special: ''

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ It could be useful if you want to start from scratch a kata or a little exercise
1717
* [`LICENSE`][link-license]
1818
* [`composer.json`][link-composer-json]
1919
* [`phpunit.xml`][link-phpunit]
20+
* [`.gitignore`][link-gitignore]
2021
* [`.editorconfig`][link-editorconfig]
21-
* [`.travis.yml`][link-travis]
22+
* [`.travis.yml`][link-travis-yml]
2223
* [`.scrutinizer.yml`][link-scrutinizer]
2324
* Some useful resources to start coding
2425

@@ -76,15 +77,16 @@ The MIT License (MIT). Please see [License File][link-license] for more informat
7677
[ico-downloads]: https://img.shields.io/packagist/dt/codelytv/php-bootstrap.svg?style=flat-square
7778

7879
[link-packagist]: https://packagist.org/packages/codelytv/php-bootstrap
80+
[link-license]: LICENSE
7981
[link-travis]: https://travis-ci.org/CodelyTV/php-bootstrap
8082
[link-code-quality]: https://scrutinizer-ci.com/g/CodelyTV/php-bootstrap
8183
[link-downloads]: https://packagist.org/packages/codelytv/php-bootstrap
82-
[link-author]: https://github.com/CodelyTV
83-
[link-contributors]: ../../contributors
84-
[link-composer-json]: composer.json
8584
[link-readme]: README.md
86-
[link-license]: LICENSE
85+
[link-composer-json]: composer.json
8786
[link-phpunit]: phpunit.xml
87+
[link-gitignore]: .gitignore
8888
[link-editorconfig]: .editorconfig
89-
[link-travis]: .travis.yml
89+
[link-travis-yml]: .travis.yml
9090
[link-scrutinizer]: .scrutinizer.yml
91+
[link-author]: https://github.com/CodelyTV
92+
[link-contributors]: ../../contributors

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codelytv/php-bootstrap",
33
"description": "Starting point if you want to bootstrap a project in PHP.",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"type": "project",
66
"keywords": [
77
"bootstrap",

0 commit comments

Comments
 (0)