Skip to content

Commit bd00b09

Browse files
committed
Clean up test suite
1 parent 253b887 commit bd00b09

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

.travis.yml

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

3-
php:
4-
- 7.1
5-
- 7.2
6-
- 7.3
7-
- 7.4
8-
- nightly # ignore errors, see below
9-
103
# lock distro so new future defaults will not break the build
114
dist: trusty
125

13-
matrix:
6+
jobs:
7+
include:
8+
- php: 7.1
9+
- php: 7.2
10+
- php: 7.3
11+
- php: 7.4
12+
- php: nightly
1413
allow_failures:
1514
- php: nightly
1615

phpunit.xml.dist

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

3-
<phpunit backupGlobals="false"
4-
backupStaticAttributes="false"
5-
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
9-
processIsolation="false"
10-
stopOnFailure="false"
11-
bootstrap="vendor/autoload.php"
12-
>
3+
<phpunit bootstrap="vendor/autoload.php" colors="true">
134
<testsuites>
145
<testsuite name="Promise Test Suite">
156
<directory>./tests/</directory>

0 commit comments

Comments
 (0)