Skip to content

Commit b76d6b0

Browse files
committed
updated travis setup
1 parent 024734e commit b76d6b0

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,18 +3,22 @@ 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/routing:${SYMFONY_VERSION} --no-update
14-
- composer install --dev
14+
- composer require symfony/routing:${SYMFONY_VERSION} --prefer-source
1515

1616
script: phpunit --coverage-text
1717

1818
notifications:
1919
irc: "irc.freenode.org#symfony-cmf"
2020
21+
22+
matrix:
23+
allow_failures:
24+
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)