From f4a29df2a8d1f06b71dc4c6b1a69ce0171cab012 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 17 Jan 2014 17:30:07 -0600 Subject: [PATCH] Remove failure allowance for tests in HHVM on Travis CI --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1a7795c..7b2e9346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,3 @@ before_script: - composer install --dev --prefer-source script: ./vendor/bin/phpunit --coverage-text - -matrix: - allow_failures: - - php: hhvm