Skip to content

Commit 5870fb2

Browse files
don't try to build because there's no mcrypt extension (required by laravel 5.0) in php 7.2
1 parent 5f1e770 commit 5870fb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ matrix:
2121
env: LARAVEL_VERSION="5.5.*"
2222
- php: 5.6
2323
env: LARAVEL_VERSION="5.5.*"
24+
- php: 7.2
25+
env: LARAVEL_VERSION="5.0.*"
2426

2527
before_script:
2628
- travis_retry composer self-update

0 commit comments

Comments
 (0)