Skip to content

Commit

Permalink
Clean up test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Jul 17, 2020
1 parent 02c6c53 commit 14e799d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: php
# lock distro so new future defaults will not break the build
dist: xenial

matrix:
jobs:
include:
- php: 5.3
dist: precise
Expand All @@ -24,7 +24,7 @@ matrix:
dist: trusty
before_install: [] # skip libuv
install:
- composer require phpunit/phpunit:^5 --dev --no-interaction # requires legacy phpunit & skip ./travis-init.sh
- composer install # skip ./travis-init.sh
- name: "Windows"
os: windows
language: shell # no built-in php support
Expand Down Expand Up @@ -66,8 +66,6 @@ matrix:
- php: hhvm-3.18
- os: windows

sudo: false

addons:
apt:
packages:
Expand Down
11 changes: 1 addition & 10 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="vendor/autoload.php"
>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="React Test Suite">
<directory>./tests/</directory>
Expand Down

0 comments on commit 14e799d

Please sign in to comment.