UPDATED : travis.yml for support of PHP 5.3
This commit is contained in:
parent
6490b7e60d
commit
56cd78440d
|
|
@ -1,7 +1,6 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.3.3
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
|
|
@ -10,6 +9,7 @@ php:
|
|||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 5.2
|
||||
- php: hhvm
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue