Skip to content

Commit d801629

Browse files
committed
Specify php runtime
1 parent 724f047 commit d801629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
sudo: false
22
language: php
33
php:
4-
- 7.3
4+
- 7.2
55

66
notifications:
77
email: false
88

99
install:
10-
- composer install --dev --no-interaction
10+
- composer install --no-interaction
1111
script:
12-
- ./vendor/bin/phpunit --configuration Tests/phpunit.xml
12+
- php ./vendor/bin/phpunit --configuration Tests/phpunit.xml
1313
after_script:
14-
- travis_retry ./vendor/bin/php-coveralls
14+
- travis_retry php ./vendor/bin/php-coveralls

0 commit comments

Comments
 (0)