File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ dist: bionic
5
5
branches :
6
6
only :
7
7
- master
8
- - v1.x
9
8
10
9
cache :
11
10
directories :
12
11
- $HOME/.composer/cache
13
12
- $HOME/.cache
13
+
14
+ php :
15
+ - 7.1
16
+ - 7.2
17
+ - 7.3
18
+ - 7.4
19
+
14
20
env :
15
21
- LARAVEL_VERSION="~5.3"
16
22
- LARAVEL_VERSION="~5.4"
21
27
- LARAVEL_VERSION="~6.0"
22
28
- LARAVEL_VERSION="~7.0"
23
29
24
- matrix :
25
- include :
26
- - php : 7.1
27
- - php : 7.2
28
- - php : 7.3
29
- - php : 7.4
30
-
31
30
before_install :
32
31
- composer self-update
33
32
34
33
install :
35
34
- composer require laravel/framework:${LARAVEL_VERSION}
35
+ - composer show laravel/framework
36
36
37
37
script :
38
38
- vendor/bin/phpunit --verbose
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
### Security
12
12
13
13
14
+ ## [ 1.1.1] - 2020-05-12
15
+ ### Fixed
16
+ - Fixed travis-ci integration config.
17
+
14
18
## [ 1.1.0] - 2020-05-12
15
19
### Added
16
20
- Now you can set and update empty env-variables.
You can’t perform that action at this time.
0 commit comments