Skip to content

Commit 7b0c242

Browse files
committed
Update travis-ci config
1 parent 8944553 commit 7b0c242

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

.travis.yml

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

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
4+
- 5.3
5+
- 5.4
6+
- 5.5
77

88
env:
9-
- SYMFONY_VERSION=2.0.7
10-
- SYMFONY_VERSION=2.1.*
11-
- SYMFONY_VERSION=2.2.*
12-
- SYMFONY_VERSION=dev-master
9+
- SYMFONY_VERSION=2.0.7
10+
- SYMFONY_VERSION=2.1.*
11+
- SYMFONY_VERSION=2.2.*
12+
- SYMFONY_VERSION=2.3.*
13+
- SYMFONY_VERSION=dev-master
14+
15+
matrix:
16+
allow_failures:
17+
- env: SYMFONY_VERSION=dev-master
18+
1319

1420
before_script:
15-
- curl -s http://getcomposer.org/installer | php
16-
- php composer.phar require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
17-
- php composer.phar update
21+
- curl -s http://getcomposer.org/installer | php
22+
- php composer.phar require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
23+
- php composer.phar update
1824

1925
script: phpunit --coverage-text

0 commit comments

Comments
 (0)