From f894f3d5cc7267f098783dbec508fa3ca6190979 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 2 Jan 2019 23:28:59 -0600 Subject: [PATCH] Dropped HHVM test Hoping nobody's mad about it. Too many issues cropping up with trying to get it testing and I'm not familiar enough with it to quickly get it resolved --- .travis.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ef74c5..b7be01f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,23 @@ sudo: required matrix: include: - - php: hhvm + - php: 5.3 + dist: precise + - php: 5.4 + dist: trusty + - php: 5.5 + dist: trusty + - php: 5.6 + dist: trusty + - php: 7.0 dist: xenial - env: HHVM=true PHPUNIT=5.7 + env: PHPUNIT=5.7 + - php: 7.1 + - php: 7.2 + - php: 7.3 install: - composer install - - if [[ $HHVM == true ]]; then composer require "symphony/yaml:3.0"; fi - if [[ $PHPUNIT == 5.7 ]]; then composer require "phpunit/phpunit:5.7"; fi before_script: