File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ matrix:
1313 env : LARAVEL_VERSION=5.1
1414 - php : 5.6
1515 env : LARAVEL_VERSION=5.2.23
16- - php : 7
16+ - php : 7.0
1717 env : LARAVEL_VERSION=5.0
18- - php : 7
18+ - php : 7.0
1919 env : LARAVEL_VERSION=5.1
20- - php : 7
20+ - php : 7.0
2121 env : LARAVEL_VERSION=5.2.23
22- - php : 7
22+ - php : 7.0
2323 env : LARAVEL_VERSION=5.3
2424 - php : 7.1
2525 env : LARAVEL_VERSION=5.1
@@ -35,7 +35,7 @@ matrix:
3535 env : LARAVEL_VERSION=5.0
3636 - php : 5.6
3737 env : LARAVEL_VERSION=5.0
38- - php : 7
38+ - php : 7.0
3939 env : LARAVEL_VERSION=5.0
4040 - php : 7.1
4141 env : LARAVEL_VERSION=5.0
@@ -50,7 +50,7 @@ before_install:
5050 - if [[ $LARAVEL_VERSION != '5.3' ]]; then composer require padosoft/laravel-test:1.*; fi
5151 - if [[ $LARAVEL_VERSION == '5.3' && $TRAVIS_PHP_VERSION == 7.0 ]]; then composer require padosoft/laravel-test:2.*; fi
5252 - if [[ $LARAVEL_VERSION == '5.3' && $TRAVIS_PHP_VERSION == 7.1 ]]; then composer require padosoft/laravel-test:2.*; fi
53- - composer require padosoft/laravel-composer-security dev-master
53+ - composer require padosoft/laravel-composer-security dev-laravel5.-php71
5454 - if [[ $LARAVEL_VERSION == '5.0' ]]; then composer require mockery/mockery; fi
5555 - chmod 777 -R ./
5656 - ./vendor/padosoft/laravel-composer-security/tests/config/sedCommand.sh
You can’t perform that action at this time.
0 commit comments