From 0f0faf6a34c58e8792c084a5e47ff79353e07010 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sun, 10 Sep 2017 12:08:41 -0400 Subject: [PATCH] Attempt to fix Travis --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b371c6d..9c751c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,19 @@ language: php php: - - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 + - hhvm + +dist: trusty matrix: include: - - php: hhvm - dist: trusty + - php: 5.3 + dist: precise allow_failures: - php: hhvm