Skip to content

Commit f5d6f5e

Browse files
committed
Updated travis
1 parent 726ee89 commit f5d6f5e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ env:
1010
- SYMFONY_VERSION=2.1.*
1111
- SYMFONY_VERSION=2.2.*
1212
- SYMFONY_VERSION=2.3.*
13-
- SYMFONY_VERSION=dev-master
13+
- 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
1416

1517
before_script:
16-
- 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
1721
- ./src/BeSimple/SoapClient/Tests/bin/phpwebserver.sh
1822
- ./src/BeSimple/SoapClient/Tests/bin/axis.sh
1923

0 commit comments

Comments
 (0)