Updated travis.yml

This commit is contained in:
Simon Sessingø
2021-03-23 14:37:04 +01:00
parent 6be9d1003c
commit 8670af356b
+2 -2
View File
@@ -3,11 +3,11 @@ sudo: false
language: php language: php
php: php:
- 7.1 - 7.3
before_script: before_script:
- curl -sS http://getcomposer.org/installer | php - curl -sS http://getcomposer.org/installer | php
- php composer.phar install --prefer-source --no-interaction - php composer.phar install --prefer-source --no-interaction
script: script:
- ./vendor/bin/phpunit --configuration ./phpunit.xml ./tests --teamcity - ./vendor/bin/phpunit --configuration ./phpunit.xml