diff --git a/.travis.yml b/.travis.yml index ee073bd..490c337 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,7 @@ before_script: - sh -c "mysql -e 'create database IF NOT EXISTS test;'" script: php ./tests/index.php + +matrix: + allow_failures: + - php: hhvm