nextcloud 추가

This commit is contained in:
2026-06-14 19:44:43 +09:00
parent 87b78fbdf8
commit e9efdcd552
7 changed files with 510 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.1'
- '7.2'
- '7.3'
cache:
directories:
- vendor
- $HOME/.composer/cache
install:
- travis_retry composer self-update && composer --version
- travis_retry composer install --no-interaction
script:
- composer validate --no-check-lock
- vendor/bin/phpunit -c phpunit.xml