Skip to content

Commit 3b11da7

Browse files
committed
Update composer.json with current PHP version on Travis
1 parent b280224 commit 3b11da7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ matrix:
2626

2727
install:
2828
- ./travis-init.sh
29+
- composer config platform.php $(php -r 'echo PHP_VERSION;')
2930
- composer install -n
3031

3132
script:

0 commit comments

Comments
 (0)