File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 66 - 7.0
77 - 7.1
88 - 7.2
9+ - 7.3
910 - hhvm
1011 - nightly
1112
@@ -17,9 +18,14 @@ matrix:
1718 - php : nightly
1819
1920install :
20- - if [[ ${TRAVIS_PHP_VERSION} == "5.5.9" ]];
21- then travis_retry composer require laravel/framework;
22- else travis_retry composer update --no-interaction --prefer-source;
21+ - if [ ${TRAVIS_PHP_VERSION} == "5.5.9" ]; then
22+ travis_retry composer require laravel/framework "5.2.*";
23+ elif [ ${TRAVIS_PHP_VERSION} == "5.6" ]; then
24+ travis_retry composer require laravel/framework "5.4.*";
25+ elif [ ${TRAVIS_PHP_VERSION} == "7.0" ]; then
26+ travis_retry composer require laravel/framework "5.5.*";
27+ else
28+ travis_retry composer update --no-interaction --prefer-source;
2329 fi
2430
2531script : make test
Original file line number Diff line number Diff line change 1717 "illuminate/support" : " ~5.1"
1818 },
1919 "require-dev" : {
20- "phpunit/phpunit" : " ~4.0|~5.0"
20+ "phpunit/phpunit" : " ~4.0|~5.0" ,
21+ "vlucas/phpdotenv" : " ~2.0|~3.0"
2122 },
2223 "suggest" : {
2324 "laravel/framework" : " To test the Laravel bindings" ,
You can’t perform that action at this time.
0 commit comments