From cdb859b3c3a05e607d06e22315214ea7aa606a73 Mon Sep 17 00:00:00 2001 From: Matthias Mullie Date: Wed, 8 Oct 2014 16:37:31 +0200 Subject: [PATCH] Add PHP5.6 as Travis target --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 88563c9..7d782fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: php + php: + - 5.6 - 5.5 - 5.4 - 5.3 - - hhvm \ No newline at end of file + - hhvm