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 726ee89 commit f5d6f5eCopy full SHA for f5d6f5e
.travis.yml
@@ -10,10 +10,14 @@ env:
10
- SYMFONY_VERSION=2.1.*
11
- SYMFONY_VERSION=2.2.*
12
- SYMFONY_VERSION=2.3.*
13
- - SYMFONY_VERSION=dev-master
+ - SYMFONY_VERSION=2.4.*
14
+ - SYMFONY_VERSION=2.5.*
15
+ - SYMFONY_VERSION=dev-master symfony/debug:~2.6@dev symfony/http-kernel:~2.6@dev
16
17
before_script:
- - composer require symfony/http-foundation:${SYMFONY_VERSION} --no-interaction --prefer-source
18
+ - composer self-update
19
+ - composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
20
+ - composer update --no-interaction --prefer-source
21
- ./src/BeSimple/SoapClient/Tests/bin/phpwebserver.sh
22
- ./src/BeSimple/SoapClient/Tests/bin/axis.sh
23
0 commit comments