Skip to content

Commit 32b8fd6

Browse files
committed
vfsStream allow failures in php 5.3
1 parent 62dc7f0 commit 32b8fd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ php:
1111
- 5.5
1212
- 5.6
1313

14+
15+
matrix:
16+
allow_failures:
17+
- php: 5.3
18+
1419
before_script:
1520
- composer install
1621
- wget http://www.phing.info/get/phing-latest.phar

0 commit comments

Comments
 (0)