Skip to content

Commit 6b3bab6

Browse files
committed
updated travis setup
1 parent 9bcfabc commit 6b3bab6

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
@@ -3,15 +3,15 @@ language: php
33
php:
44
- 5.3
55
- 5.4
6+
- 5.5
67

78
env:
89
- SYMFONY_VERSION=2.2.*
910
- SYMFONY_VERSION=2.3.*
1011
- SYMFONY_VERSION=dev-master
1112

1213
before_script:
13-
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
14-
- composer update
14+
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source
1515
- cp ./Tests/Functional/config/parameters.yml.dist ./Tests/Functional/config/parameters.yml
1616
- php Tests/Functional/console doctrine:phpcr:init:dbal
1717
- php Tests/Functional/console doctrine:phpcr:repository:init
@@ -21,3 +21,7 @@ script: phpunit --coverage-text
2121
notifications:
2222
irc: "irc.freenode.org#symfony-cmf"
2323
24+
25+
matrix:
26+
allow_failures:
27+
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)