diff --git a/.travis.yml b/.travis.yml index 1938341..cf5da1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,12 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 + - hhvm + +matrix: + allow_failures: + - php: hhvm before_script: - echo 'Installing composer dependencies now!'