File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: php
33# lock distro so new future defaults will not break the build
44dist : xenial
55
6- matrix :
6+ jobs :
77 include :
88 - php : 5.3
99 dist : precise
@@ -24,7 +24,7 @@ matrix:
2424 dist : trusty
2525 before_install : [] # skip libuv
2626 install :
27- - composer require phpunit/phpunit:^5 --dev --no-interaction # requires legacy phpunit & skip ./travis-init.sh
27+ - composer install # skip ./travis-init.sh
2828 - name : " Windows"
2929 os : windows
3030 language : shell # no built-in php support
@@ -66,8 +66,6 @@ matrix:
6666 - php : hhvm-3.18
6767 - os : windows
6868
69- sudo : false
70-
7169addons :
7270 apt :
7371 packages :
Original file line number Diff line number Diff line change 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 =" React Test Suite" >
156 <directory >./tests/</directory >
You can’t perform that action at this time.
0 commit comments