From 6d7b7dffe37d5c8699a68b902d4598be4b3242f2 Mon Sep 17 00:00:00 2001 From: Olivier Mansour Date: Tue, 15 Sep 2015 07:17:26 +0200 Subject: [PATCH] add php 5.6 and php 7 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72a1b1c..c5381a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: php php: - 5.5 + - 5.6 + - 7 branches: only: @@ -12,4 +14,4 @@ install: script: - bin/coke - - bin/atoum \ No newline at end of file + - bin/atoum