forked from GNUsocial/gnu-social
2a06261f75
This adds a composer.json for all dependencies that are available
16 lines
229 B
YAML
16 lines
229 B
YAML
language: php
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
- nightly
|
|
env:
|
|
- COMPOSER_REQUIRE=""
|
|
- COMPOSER_REQUIRE="composer require masterminds/html5"
|
|
install:
|
|
- $COMPOSER_REQUIRE
|
|
before_script: composer install
|