Skip to content

Commit 662d3a1

Browse files
author
Piotr Krajewski
committed
travis & readme fix
1 parent cea2c87 commit 662d3a1

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

.travis.yml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
language: php
2-
php:
3-
- '5.4'
4-
- '5.5'
5-
- '5.6'
6-
- '7.0'
7-
- '7.1'
2+
3+
env:
4+
- SH=bash
5+
6+
sudo: false
7+
8+
git:
9+
depth: 2
10+
11+
matrix:
12+
include:
13+
- php: 7.0
14+
- php: 7.1
15+
- php: nightly
16+
fast_finish: true
17+
18+
cache:
19+
directories:
20+
- $HOME/.composer/cache
21+
22+
before_script:
23+
- phpenv config-rm xdebug.ini || true
24+
- travis_retry composer self-update
25+
- travis_retry composer install --no-interaction
26+
27+
script:
28+
- composer test

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ If you discover any security related issues, please email mits87@gmail.com inste
128128

129129
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
130130

131-
[ico-version]: https://img.shields.io/packagist/v/mits87/nested-attributes.svg?style=flat-square
131+
[ico-version]: https://img.shields.io/packagist/v/mits87/eloquent-nested-attributes.svg?style=flat-square
132132
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
133-
[ico-travis]: https://img.shields.io/travis/mits87/nested-attributes/master.svg?style=flat-square
134-
[ico-downloads]: https://img.shields.io/packagist/dt/mits87/nested-attributes.svg?style=flat-square
133+
[ico-travis]: https://img.shields.io/travis/mits87/eloquent-nested-attributes/master.svg?style=flat-square
134+
[ico-downloads]: https://img.shields.io/packagist/dt/mits87/eloquent-nested-attributes.svg?style=flat-square
135135

136-
[link-packagist]: https://packagist.org/packages/mits87/nested-attributes
137-
[link-travis]: https://travis-ci.org/mits87/nested-attributes
138-
[link-downloads]: https://packagist.org/packages/mits87/nested-attributes
136+
[link-packagist]: https://packagist.org/packages/mits87/eloquent-nested-attributes
137+
[link-travis]: https://travis-ci.org/mits87/eloquent-nested-attributes
138+
[link-downloads]: https://packagist.org/packages/mits87/eloquent-nested-attributes
139139
[link-author]: https://github.com/mits87
140140
[link-contributors]: ../../contributors

0 commit comments

Comments
 (0)