meraproject/vendor/voronkovich/sberbank-acquiring-client/.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

30 lines
443 B
YAML

language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
matrix:
fast_finish: true
include:
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: hhvm
allow_failures:
- php: hhvm
- php: 5.3
- php: 5.4
before_install:
- composer self-update
install:
- composer install
script:
- vendor/bin/phpunit tests