Skip to content

Commit 4950214

Browse files
committed
Update .travis.yml
Final change to run sample codes in PHP 7
1 parent c64d1d5 commit 4950214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414
script:
1515
- vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover
1616
- cd sample-code-php
17-
- composer update
17+
- composer install --prefer-dist --ignore-platform-reqs
1818
- vendor/phpunit/phpunit/phpunit test-runner.php .
1919

2020
after_script:

0 commit comments

Comments
 (0)