File tree 2 files changed +3
-14
lines changed
2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: php
3
3
# lock distro so new future defaults will not break the build
4
4
dist : xenial
5
5
6
- matrix :
6
+ jobs :
7
7
include :
8
8
- php : 5.3
9
9
dist : precise
@@ -24,7 +24,7 @@ matrix:
24
24
dist : trusty
25
25
before_install : [] # skip libuv
26
26
install :
27
- - composer require phpunit/phpunit:^5 --dev --no-interaction # requires legacy phpunit & skip ./travis-init.sh
27
+ - composer install # skip ./travis-init.sh
28
28
- name : " Windows"
29
29
os : windows
30
30
language : shell # no built-in php support
@@ -66,8 +66,6 @@ matrix:
66
66
- php : hhvm-3.18
67
67
- os : windows
68
68
69
- sudo : false
70
-
71
69
addons :
72
70
apt :
73
71
packages :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
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" >
13
4
<testsuites >
14
5
<testsuite name =" React Test Suite" >
15
6
<directory >./tests/</directory >
You can’t perform that action at this time.
0 commit comments