Skip to content

Commit 0554455

Browse files
committed
switch to docker, add docker-compose
1 parent 6c644c1 commit 0554455

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ before_install:
2424
before_script:
2525
- travis_retry composer self-update
2626
- travis_retry composer update --no-progress --no-interaction --prefer-dist
27+
- docker-compose up -d
2728

2829
script:
2930
- composer test

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"queue-interop/amqp-interop": "^0.7"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^7.0",
22-
"illuminate/events": "5.6.*|5.7.*",
21+
"phpunit/phpunit": "^8.0",
22+
"illuminate/events": "5.6.*|5.7.*|5.8.*",
2323
"mockery/mockery": "^1.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)