forked from friendica/friendica-addons
22 lines
222 B
YAML
22 lines
222 B
YAML
language: php
|
|
sudo: false
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
- nightly
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- php: hhvm
|
|
- php: nightly
|
|
|
|
install:
|
|
- composer install --dev
|
|
|
|
|
|
script: phpunit
|