From 58802cd98d54b1dc20eee60e28c7e5d506c3b6a8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Aug 2016 15:24:27 +0100 Subject: [PATCH] $TRAVIS_PHP_VERSION will now never be HHVM Removed old test skip --- .travis.yml | 2 +- tests/Api/MetricPointTest.php | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a724004..580a128f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ sudo: false before_install: - cp .env.example .env - - if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != 7.1 ]] ; then phpenv config-rm xdebug.ini; fi + - if [[ $TRAVIS_PHP_VERSION != 7.1 ]] ; then phpenv config-rm xdebug.ini; fi install: travis_retry composer install --no-interaction --no-scripts --prefer-source diff --git a/tests/Api/MetricPointTest.php b/tests/Api/MetricPointTest.php index 0360e301..283db778 100644 --- a/tests/Api/MetricPointTest.php +++ b/tests/Api/MetricPointTest.php @@ -86,10 +86,6 @@ class MetricPointTest extends AbstractApiTestCase public function testPostMetricPointTimestampTimezone() { - if (defined('HHVM_VERSION')) { - $this->markTestSkipped('Timezones are broken on HHVM.'); - } - $this->beUser(); // prevent tests breaking due to rolling into the next second