Update .travis.yml
Allow failures for 5.3.3 for awhile since this is blocking the whole process
This commit is contained in:
parent
05aaad8ad2
commit
cd0db8921f
|
|
@ -10,6 +10,7 @@ php:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- php: 5.3.3
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue