Skip to content

Commit 4f17af8

Browse files
Fixed travis-ci integration config.
1 parent bd69615 commit 4f17af8

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ dist: bionic
55
branches:
66
only:
77
- master
8-
- v1.x
98

109
cache:
1110
directories:
1211
- $HOME/.composer/cache
1312
- $HOME/.cache
13+
14+
php:
15+
- 7.1
16+
- 7.2
17+
- 7.3
18+
- 7.4
19+
1420
env:
1521
- LARAVEL_VERSION="~5.3"
1622
- LARAVEL_VERSION="~5.4"
@@ -21,18 +27,12 @@ env:
2127
- LARAVEL_VERSION="~6.0"
2228
- LARAVEL_VERSION="~7.0"
2329

24-
matrix:
25-
include:
26-
- php: 7.1
27-
- php: 7.2
28-
- php: 7.3
29-
- php: 7.4
30-
3130
before_install:
3231
- composer self-update
3332

3433
install:
3534
- composer require laravel/framework:${LARAVEL_VERSION}
35+
- composer show laravel/framework
3636

3737
script:
3838
- vendor/bin/phpunit --verbose

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
### Security
1212

1313

14+
## [1.1.1] - 2020-05-12
15+
### Fixed
16+
- Fixed travis-ci integration config.
17+
1418
## [1.1.0] - 2020-05-12
1519
### Added
1620
- Now you can set and update empty env-variables.

0 commit comments

Comments
 (0)