From eb470e929c13bec47b366449dc663da20ae9d9c2 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Wed, 24 Feb 2016 23:02:39 -0500 Subject: [PATCH] chore(travis): test on all current PHP versions --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c4c0de..05588a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: php php: - - 5.4 - - 5.5 - - 5.6 + - '5.4' + - '5.5' + - '5.6' + - '7.0' - hhvm before_script: