Skip to content

Commit 1d567ad

Browse files
committed
test branch and fix travis version for L5.3 with php 7.0
1 parent c6f4853 commit 1d567ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-laravel5.-php71
53+
- composer require padosoft/laravel-composer-security dev-laravel53-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

0 commit comments

Comments
 (0)