Skip to content

Commit

Permalink
Run tests in parallel (#170)
Browse files Browse the repository at this point in the history
* Run tests in parallel

* Disable/enable some services

* Do not install redis on PHP 5.6

* Run composer update

* Install redis 3.0.0

* Enable redis extension but do not install

* Bugfix

* force instsall dependencies

* Force install stuff

* Fixes

* Minors

* Updated deps

* Debub

* Coverage fix

* Reduce sleep

* Because... you know

* Sleep less

* Applied changes from StyleCI

* Applied changes from StyleCI
  • Loading branch information
Nyholm authored Jul 16, 2017
1 parent 9200aed commit 3744ce0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ before_install:
apc.use_request_time=0
" > ./apc.ini
- phpenv config-add ./apc.ini
- yes '' | pecl install apcu
- yes '' | pecl install apcu_bc-beta
- yes '' | pecl install -f apcu
- yes '' | pecl install -f apcu_bc-beta
- sed -i '1d' ${PHP_INI_FILE}
- echo "extension=apc.so" > ./apcu_bc.ini
- phpenv config-add ./apcu_bc.ini
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"keywords": [
"cache",
"psr-6",
Expand Down Expand Up @@ -32,7 +33,7 @@
"ext-apc": "The extension required to use this pool."
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.1",
"phpunit/phpunit": "^5.7.21",
"cache/integration-tests": "^0.16"
},
"provide": {
Expand Down

0 comments on commit 3744ce0

Please sign in to comment.