meraproject/vendor/aego/oauth2-yandex/.travis.yml
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

25 lines
324 B
YAML

language: php
cache:
directories:
- $HOME/.composer/cache
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
matrix:
fast_finish: true
include:
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
install: composer update $COMPOSER_FLAGS --prefer-dist --no-interaction
script:
- vendor/bin/phpunit