Skip to content

Commit af5d944

Browse files
author
Sven Loth
committed
updated travis config
1 parent d5d7b8c commit af5d944

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.travis.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,29 @@ language: php
22

33
php:
44
- 5.3
5+
- 5.4
6+
- 5.5
7+
- 5.6
8+
- hhvm
59

610
env:
7-
- SYMFONY_VERSION=v2.1.7
8-
- SYMFONY_VERSION=origin/2.1
11+
- SYMFONY_VERSION=2.3.*
12+
- SYMFONY_VERSION=2.4.*
13+
- SYMFONY_VERSION=2.5.*
14+
- SYMFONY_VERSION=2.6.*
15+
- SYMFONY_VERSION=2.7.*@dev
916

1017
before_script:
1118
- wget -nc http://getcomposer.org/composer.phar
1219
- php composer.phar install
1320

1421
script: phpunit
1522

23+
matrix:
24+
allow_failures:
25+
- php: hhvm
26+
- env: SYMFONY_VERSION=2.7.*@dev
27+
1628
notifications:
1729
email:
18-
- sven@hipaway.com
30+
- sven.loth@me.com

0 commit comments

Comments
 (0)