1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
php-ovh/.travis.yml
Romain Beuque 951e4adedb fix: tests now pass with PHPUnit and PHP7.4
Fixes unit tests for #106
2021-01-19 21:34:41 +01:00

15 lines
192 B
YAML

addons:
apt:
packages:
- libcurl4-openssl-dev
language: php
php:
- 7.4
before_script:
- composer self-update
- composer install
script: vendor/bin/phpunit tests/ApiTest.php