16 lines
204 B
YAML
16 lines
204 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.0
|
|
- 7.1
|
|
|
|
before_install:
|
|
- composer self-update
|
|
|
|
install:
|
|
- travis_retry composer install --no-interaction --prefer-source
|
|
|
|
script:
|
|
- make lint
|
|
- make test
|