We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752c923 commit 8ea0eccCopy full SHA for 8ea0ecc
.travis.yml
@@ -6,7 +6,19 @@ php:
6
- 5.5
7
- 5.6
8
9
-before_script: composer install --dev
+env:
10
+ - SYMFONY_VERSION=2.5.* PHPUNIT_VERSION=~3.7
11
+ - SYMFONY_VERSION=2.0.* PHPUNIT_VERSION=~4.0
12
+ - SYMFONY_VERSION=2.1.* PHPUNIT_VERSION=~4.0
13
+ - SYMFONY_VERSION=2.2.* PHPUNIT_VERSION=~4.0
14
+ - SYMFONY_VERSION=2.3.* PHPUNIT_VERSION=~4.0
15
+ - SYMFONY_VERSION=2.4.* PHPUNIT_VERSION=~4.0
16
+ - SYMFONY_VERSION=2.5.* PHPUNIT_VERSION=~4.0
17
+
18
+before_script:
19
+ - composer require --no-update "symfony/config:${SYMFONY_VERSION}"
20
+ - composer require --no-update "phpunit/phpunit:${PHPUNIT_VERSION}"
21
+ - composer update
22
23
notifications:
24
email: [email protected]
0 commit comments