File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ install:
25
25
script :
26
26
- mkdir -p build/logs;
27
27
- composer unit-tests
28
- - composer integration-tests
29
28
30
29
after_success :
31
30
- travis_retry php vendor/bin/php-coveralls
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.1] - 2020-04-28
10
+ ### Fixed
11
+ - Fixed readme shields
12
+
9
13
## [ 1.0.0] - 2020-04-27
10
14
### Added
11
- - Add initial ServiceProvider and package config
15
+ - Add initial ServiceProvider and package config
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ For more information see the project website: https://jsonmapper.github.io/JsonM
8
8
![ GitHub] ( https://img.shields.io/github/license/JsonMapper/LaravelPackage )
9
9
![ Packagist Version] ( https://img.shields.io/packagist/v/json-mapper/laravel-package )
10
10
![ PHP from Packagist] ( https://img.shields.io/packagist/php-v/json-mapper/laravel-package )
11
- [ ![ Build Status] ( https://api.travis-ci.com/JsonMapper/LaravelPackage.svg?branch=master )] ( https://travis-ci.com/JsonMapper/LaravalPackage )
11
+ [ ![ Build Status] ( https://api.travis-ci.com/JsonMapper/LaravelPackage.svg?branch=master )] ( https://travis-ci.com/JsonMapper/LaravelPackage )
12
12
[ ![ Coverage Status] ( https://coveralls.io/repos/github/JsonMapper/LaravelPackage/badge.svg?branch=master )] ( https://coveralls.io/github/JsonMapper/LaravelPackage?branch=master )
13
13
14
14
# Why use JsonMapper
Original file line number Diff line number Diff line change 1
- 1.0.0
1
+ 1.0.1
You can’t perform that action at this time.
0 commit comments