File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : php
2
+
3
+ jobs :
4
+ fast_finish : true
5
+ include :
6
+ - php : ' 7.3'
7
+ - php : ' 7.4'
8
+ - php : ' 8.0'
9
+ - php : nightly
10
+ allow_failures :
11
+ - php : nightly
12
+
13
+ install :
14
+ - pecl install ast
15
+ - phpenv config-rm xdebug.ini
16
+ - composer validate --strict
17
+ - composer install --ignore-platform-reqs --no-interaction
18
+
19
+ script :
20
+ - vendor/bin/phan
21
+ - vendor/bin/phpunit --testdox
Original file line number Diff line number Diff line change 1
1
# Uncomplicated XML
2
+ [ ![ Build Status] ( https://travis-ci.com/josemmo/uxml.svg?branch=main )] ( https://travis-ci.com/josemmo/uxml )
2
3
[ ![ Latest Version] ( https://img.shields.io/packagist/v/josemmo/uxml )] ( https://packagist.org/packages/josemmo/uxml )
3
4
[ ![ Minimum PHP Version] ( https://img.shields.io/packagist/php-v/josemmo/uxml )] ( #installation )
4
5
[ ![ License] ( https://img.shields.io/github/license/josemmo/uxml )] ( LICENSE )
You can’t perform that action at this time.
0 commit comments