mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-21 20:22:33 +03:00
13 lines
199 B
YAML
13 lines
199 B
YAML
language: php
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
before_script:
|
|
- composer self-update
|
|
- phpenv config-rm xdebug.ini
|
|
- composer install --no-interaction --prefer-dist
|
|
|
|
script:
|
|
- php vendor/bin/grumphp run
|