mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
15 lines
182 B
YAML
15 lines
182 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
before_script:
|
|
- curl -s http://getcomposer.org/installer | php
|
|
- php composer.phar install
|
|
|
|
script: phpunit
|