canyin-project/ybcy/vendor/codeception/stub/.travis.yml

19 lines
213 B
YAML
Raw Normal View History

2024-11-01 16:07:54 +08:00
language: php
php:
- 7
- 7.1
- 7.2
- 7.3
cache:
directories:
- vendor
- $HOME/.composer/cache
sudo: false
before_install:
- composer update --prefer-source
script: vendor/bin/phpunit tests