Skip to content

Commit

Permalink
support child-process 0.4 and 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan committed Apr 22, 2018
1 parent 337cb43 commit 14ed973
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
language: php
sudo: required
sudo: false

php:
- 7.0
- 7.1
- hhvm
- 7.2

## Build matrix for lowest and highest possible targets
matrix:
allow_failures:
- php: hhvm
include:

- php: 7.0
env: dependencies=lowest
- php: 7.1
env: dependencies=lowest
- php: 7.2
env: dependencies=lowest
- php: 7.0
env: dependencies=highest
- php: 7.1
env: dependencies=highest
- php: 7.2
env: dependencies=highest

install:
- composer install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"require": {
"voryx/event-loop": "^3.0 || ^2.0",
"react/child-process": "^0.4.3",
"react/child-process": "^0.5 || ^0.4",
"reactivex/rxphp": "^2.0"
},
"autoload-dev": {
Expand Down

0 comments on commit 14ed973

Please sign in to comment.