mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
15 lines
158 B
YAML
15 lines
158 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
|
|
before_script: bash test/before_script.sh
|
|
|
|
script:
|
|
- phpunit
|
|
|
|
after_script: bash test/after_script.sh
|