From 55778f7b59afeaa666e826bc7bc59f4b96f5ee95 Mon Sep 17 00:00:00 2001 From: flack Date: Sat, 20 Feb 2016 09:54:39 +0100 Subject: [PATCH] Test more php versions --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1595e86..d44aa3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ language: php php: - - 5.5 - - 5.4 + - 5.3 + - 5.4 + - 5.5 + - 5.6 + - 7.0 before_script: composer install \ No newline at end of file