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

Commit 492f6b7

Browse files
committed
aligned travis setup
1 parent 91dadfc commit 492f6b7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
language: php
22

3+
php:
4+
- 5.3
5+
- 5.4
6+
- 5.5
7+
38
env:
49
- SYMFONY_VERSION=2.2.*
510
- SYMFONY_VERSION=2.3.*
11+
- SYMFONY_VERSION=dev-master
612

713
before_script:
8-
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
9-
- composer install --dev
14+
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source
1015
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
1116

1217
script: phpunit --coverage-text
1318

1419
notifications:
1520
irc: "irc.freenode.org#symfony-cmf"
1621
22+
23+
matrix:
24+
allow_failures:
25+
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)