Skip to content

Commit 14ed973

Browse files
committed
support child-process 0.4 and 0.5
1 parent 337cb43 commit 14ed973

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

.travis.yml

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
language: php
2-
sudo: required
2+
sudo: false
33

44
php:
55
- 7.0
66
- 7.1
7-
- hhvm
7+
- 7.2
88

9+
## Build matrix for lowest and highest possible targets
910
matrix:
10-
allow_failures:
11-
- php: hhvm
11+
include:
12+
13+
- php: 7.0
14+
env: dependencies=lowest
15+
- php: 7.1
16+
env: dependencies=lowest
17+
- php: 7.2
18+
env: dependencies=lowest
19+
- php: 7.0
20+
env: dependencies=highest
21+
- php: 7.1
22+
env: dependencies=highest
23+
- php: 7.2
24+
env: dependencies=highest
1225

1326
install:
1427
- composer install

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"require": {
3333
"voryx/event-loop": "^3.0 || ^2.0",
34-
"react/child-process": "^0.4.3",
34+
"react/child-process": "^0.5 || ^0.4",
3535
"reactivex/rxphp": "^2.0"
3636
},
3737
"autoload-dev": {

0 commit comments

Comments
 (0)