Skip to content

Commit e6fa8c2

Browse files
Merge branch '4.0' of github.com:darkwebdesign/symfony-addon-pack into 4.1
2 parents 53490ea + c294997 commit e6fa8c2

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
language: php
1+
language: 'php'
22

33
php:
4-
- '5.5'
5-
- '5.6'
6-
- '7.0'
74
- '7.1'
5+
- '7.2'
6+
- '7.3'
87

98
install:
10-
- composer install
9+
- 'composer install'
1110

1211
script:
13-
- vendor/bin/phpunit
12+
- 'vendor/bin/phpunit'
1413

1514
after_success:
16-
- bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml
17-
- vendor/bin/test-reporter
15+
- 'bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml'
16+
- 'vendor/bin/test-reporter'

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
5-
backupGlobals="false"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
65
bootstrap="vendor/autoload.php"
76
colors="true"
87
>

0 commit comments

Comments
 (0)