From 315cfbc03bef55a1d57895cc7e30a91cd5e7f535 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Fri, 7 Mar 2014 15:58:06 +0100 Subject: [PATCH] check if travis can do a crazy build for us :) --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5ebd1b9d988..31ecc6fc7e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,17 @@ language: php php: - 5.4 + - 5.4.4 + - 5.4.5 + - 5.4.6 + - 5.4.7 + - 5.4.8 + - 5.4.9 + - 5.4.10 + - 5.4.11 + - 5.4.12 + - 5.4.13 + - 5.4.14 - 5.5 - 5.6 - hhvm