mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
19 lines
212 B
YAML
19 lines
212 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- php: hhvm
|
|
|
|
install:
|
|
- composer self-update
|
|
- composer install --no-interaction --prefer-source
|
|
|
|
script:
|
|
- phpunit
|