From 114e6af9502f1d4ab7203a0b1db7f86c38d93cc7 Mon Sep 17 00:00:00 2001 From: Cody Phillips Date: Thu, 2 Apr 2015 19:51:06 -0700 Subject: [PATCH] test again php 7.0 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 895be48..709969f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm before_script: - composer install --dev