From c478fea87a761cc9e0018df893f86dae9c14069d Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Tue, 30 Apr 2019 12:57:31 +0200 Subject: [PATCH] update travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index c88cc14..9c769af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,11 @@ php: - 7.2 - 7.3 - nightly + - hhvm +matrix: + allow_failures: + - php: nightly + - php: hhvm before_script: - if [[ "$TRAVIS_PHP_VERSION" == "7.1" ]]; then PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml"; fi - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter