Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 7dfa599

Browse files
committed
updated travis setup
1 parent 826581f commit 7dfa599

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,23 @@ language: php
33
php:
44
- 5.3
55
- 5.4
6+
- 5.5
67

78
env:
8-
- SYMFONY_VERSION=2.1.*
99
- SYMFONY_VERSION=2.2.*
1010
- SYMFONY_VERSION=2.3.*
1111
- SYMFONY_VERSION=dev-master
1212

1313
before_script:
14-
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
15-
- composer install --dev
14+
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source
1615
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
1716

1817
script: phpunit --coverage-text
1918

2019
notifications:
2120
irc: "irc.freenode.org#symfony-cmf"
2221
22+
23+
matrix:
24+
allow_failures:
25+
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)