From a1e20b6c341780b4c82f9eb229595eecf98b56c2 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 7 Aug 2015 16:20:02 +0100 Subject: [PATCH] You're going to want to test on 7.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f42ab2..5092a4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: php php: - 5.5 - 5.6 - - 7 + - 7.0 before_script: - phpenv rehash