This commit is contained in:
2020-03-27 10:13:51 +07:00
commit da1024a5b3
16614 changed files with 3274282 additions and 0 deletions

16
vendor/codeception/verify/.travis.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
sudo: false
before_install:
- composer self-update
- composer install --prefer-source
script: vendor/bin/phpunit