Rolled back to phpunit 6 + updated travis build image

This commit is contained in:
Daniel Mason 2018-05-25 19:43:22 +12:00
parent fd35e9c563
commit bc39882dd7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
php-resque: PHP Resque Worker (and Enqueue)
php-resque: PHP Resque Worker (and Enqueue) [![Build Status](https://travis-ci.org/iDanoo/php-resque.svg?branch=master)](https://travis-ci.org/iDanoo/php-resque)
===========================================
Resque is a Redis-backed library for creating background jobs, placing

View File

@ -21,7 +21,7 @@
"ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^6"
},
"bin": [
"bin/resque"