Skip to content

Commit c6f4853

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)