mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
24 lines
421 B
YAML
24 lines
421 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.2
|
|
- 7.3
|
|
- 7.4
|
|
|
|
before_install:
|
|
- sudo locale-gen de_DE.UTF-8 es_ES.UTF-8 en_GB.UTF-8 en_US.UTF-8 fr_FR.UTF-8 it_IT.UTF-8 pl_PL.UTF-8 ru_RU.UTF-8
|
|
- pear channel-discover pear.phing.info
|
|
|
|
install:
|
|
- pear install phing/phing
|
|
- phpenv rehash
|
|
|
|
before_script:
|
|
- phpenv config-add .travis-php-config.ini
|
|
|
|
script:
|
|
- phing
|
|
|
|
after_success:
|
|
- travis_retry php vendor/bin/php-coveralls -v
|