IOP-Patho/vendor/codeception/stub/.travis.yml

21 lines
229 B
YAML
Raw Normal View History

2025-07-17 08:28:28 +00:00
language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- 7.1
- 7.2
cache:
directories:
- vendor
- $HOME/.composer/cache
sudo: false
before_install:
- composer update --prefer-source
script: vendor/bin/phpunit tests