mirror of
https://github.com/danog/dns.git
synced 2025-01-22 21:41:11 +01:00
Remove travis runs for 5.5/5.6
This commit is contained in:
parent
b9bc42908f
commit
e0eff2db32
@ -3,9 +3,8 @@ sudo: false
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7
|
||||
- 7.0
|
||||
- nightly
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
@ -13,7 +12,7 @@ before_script:
|
||||
- composer install
|
||||
|
||||
script:
|
||||
- $(php -r 'if (PHP_MAJOR_VERSION >= 7) echo "phpdbg -qrr"; else echo "php";') vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||
- php vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||
|
||||
after_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user