Travis configuration: removed hhvm and PHP 5.3

They seem unsupported by GitHub at this point.
This commit is contained in:
Christian Bläul
2017-11-02 22:37:25 +01:00
committed by Fonata
parent 7eb6daa6fb
commit 07f2306a9c

View File

@@ -4,8 +4,6 @@ php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
script:
- phpunit --configuration tests/phpunit.xml