Skip to content

Commit

Permalink
Establishing the last stable version of phpunit as the default one fo…
Browse files Browse the repository at this point in the history
…r running tests.
  • Loading branch information
vihuvac committed Jan 17, 2018
1 parent 948ad7b commit a9b796c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ branches:
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand All @@ -17,16 +16,20 @@ dist: trusty
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.0
env: SYMFONY_VERSION=2.3.*
- php: 5.6
- php: 7.0
env: SYMFONY_VERSION=2.7.*
- php: 7.1
- php: 7.0
env: SYMFONY_VERSION=2.8.*
- php: 7.1
env: SYMFONY_VERSION=3.1.*
- php: 7.1
env: SYMFONY_VERSION=3.2.*
- php: 7.1
env: SYMFONY_VERSION=3.3.*
- php: 7.1
env: SYMFONY_VERSION=3.4.*
- php: 7.2
env: DEPENDENCIES=beta

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"symfony/symfony": "^2.3 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^3.7 || ^6.1"
"phpunit/phpunit": "^6.5"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
die(
"Dependencies must be installed using composer:
wget http://getcomposer.org/composer.phar
php composer.phar install
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
composer install
Visit http://getcomposer.org/ for more information."
);
Expand Down

0 comments on commit a9b796c

Please sign in to comment.