Skip to content

Commit 16d82c5

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

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

.travis.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,20 @@ php:
1717
- 7.3
1818
- 7.4
1919

20+
jobs:
21+
exclude:
22+
- php: 7.1
23+
env: LARAVEL_VERSION="~6.0"
24+
- php: 7.1
25+
env: LARAVEL_VERSION="~7.0"
26+
2027
env:
21-
- LARAVEL_VERSION="~5.3"
22-
- LARAVEL_VERSION="~5.4"
23-
- LARAVEL_VERSION="~5.5"
24-
- LARAVEL_VERSION="~5.6"
25-
- LARAVEL_VERSION="~5.7"
26-
- LARAVEL_VERSION="~5.8"
28+
- LARAVEL_VERSION="~5.3.0"
29+
- LARAVEL_VERSION="~5.4.0"
30+
- LARAVEL_VERSION="~5.5.0"
31+
- LARAVEL_VERSION="~5.6.0"
32+
- LARAVEL_VERSION="~5.7.0"
33+
- LARAVEL_VERSION="~5.8.0"
2734
- LARAVEL_VERSION="~6.0"
2835
- LARAVEL_VERSION="~7.0"
2936

CHANGELOG.md

Lines changed: 6 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.2] - 2020-05-12
15+
### Fixed
16+
- Fixed travis-ci integration config.
17+
1418
## [1.1.1] - 2020-05-12
1519
### Fixed
1620
- Fixed travis-ci integration config.
@@ -31,4 +35,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3135
### Added
3236
- Initial release
3337

38+
[1.1.2]: https://github.com/imliam/laravel-env-set-command/compare/1.1.1...1.1.2
39+
[1.1.1]: https://github.com/imliam/laravel-env-set-command/compare/1.1.0...1.1.1
3440
[1.1.0]: https://github.com/imliam/laravel-env-set-command/compare/1.0.0...1.1.0

0 commit comments

Comments
 (0)