From 4eebbba5bf13015284ada5be9e6b02d3391a7296 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Thu, 13 Feb 2014 11:06:55 +0100 Subject: [PATCH] PHP 5.4, PHP 5.5 and PHP 5.6 on Travis CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b2032b9dc..02e9f8d89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: php php: + - 5.4 - 5.5 + - 5.6 before_script: - pecl install channel://pecl.php.net/pthreads-0.1.0