File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ matrix:
4242 env : LARAVEL_VERSION=5.5.*
4343 - php : 7.1
4444 env : LARAVEL_VERSION=5.6.*
45+ - php : 7.1
46+ env : LARAVEL_VERSION=5.7.*
4547 - php : 7.2
4648 env : LARAVEL_VERSION=5.1.*
4749 - php : 7.2
@@ -54,16 +56,18 @@ matrix:
5456 env : LARAVEL_VERSION=5.5.*
5557 - php : 7.2
5658 env : LARAVEL_VERSION=5.6.*
57- - php : hhvm
59+ - php : 7.2
60+ env : LARAVEL_VERSION=5.7.*
61+ - php : hhvm-3.18
5862 env : LARAVEL_VERSION=5.1.*
5963 dist : trusty
60- - php : hhvm
64+ - php : hhvm-3.18
6165 env : LARAVEL_VERSION=5.2.*
6266 dist : trusty
63- - php : hhvm
67+ - php : hhvm-3.18
6468 env : LARAVEL_VERSION=5.3.*
6569 dist : trusty
66- - php : hhvm
70+ - php : hhvm-3.18
6771 env : LARAVEL_VERSION=5.4.*
6872 dist : trusty
6973
@@ -75,4 +79,7 @@ before_install:
7579install :
7680 - travis_retry composer install --no-suggest --prefer-dist -n -o
7781
82+ before_script :
83+ - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar ; fi
84+
7885script : vendor/bin/phpunit
Original file line number Diff line number Diff line change 1515 ],
1616 "require" : {
1717 "php" : " >=5.5.9" ,
18- "illuminate/contracts" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
19- "illuminate/filesystem" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
20- "illuminate/http" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
21- "illuminate/routing" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
22- "illuminate/support" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
23- "illuminate/view" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" ,
18+ "illuminate/contracts" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
19+ "illuminate/filesystem" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
20+ "illuminate/http" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
21+ "illuminate/routing" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
22+ "illuminate/support" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
23+ "illuminate/view" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.* " ,
2424 "mrclay/minify" : " ^2.2"
2525 },
2626 "require-dev" : {
You can’t perform that action at this time.
0 commit comments