Skip to content

Commit ca07ccc

Browse files
committed
Add allowed failure builds to build matrix
1 parent 3ddef1e commit ca07ccc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ matrix:
2525
env: SYMFONY_VERSION=2.6.*
2626
- php: 5.3
2727
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
28+
- php: 5.6
29+
env: SYMFONY_VERSION=2.8.*
30+
- php: 5.6
31+
env: SYMFONY_VERSION=3.0.*@dev
2832
allow_failures:
2933
- php: 5.6
3034
env: SYMFONY_VERSION=2.8.*

0 commit comments

Comments
 (0)