Skip to content

Commit 3b80bb6

Browse files
Exclude Laravel 5.4 on php 5.5
1 parent efc2ca8 commit 3b80bb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ env:
1111
- LARAVEL_VERSION="5.0.*"
1212
- LARAVEL_VERSION="5.4.*"
1313

14+
matrix:
15+
exclude:
16+
- php: 5.5
17+
- env: LARAVEL_VERSION="5.4.*"
18+
1419
before_script:
1520
- travis_retry composer self-update
1621
- travis_retry composer require laravel/framework:${LARAVEL_VERSION} --no-update

0 commit comments

Comments
 (0)