From ae7e96ef48aa63d8bc089b831db968b7b7415236 Mon Sep 17 00:00:00 2001 From: Audrey Lievremont Date: Sun, 13 Nov 2016 19:01:02 +0100 Subject: [PATCH] travis php 7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d5c0be..a433e51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: php php: - - 5.6 + - 7.0 before_script: - cp .env.travis .env