From 3807540f01a8511cf72bc4c0c87f66be5e424efd Mon Sep 17 00:00:00 2001 From: Ramon van Belzen Date: Mon, 20 Jan 2014 12:34:14 +0100 Subject: [PATCH] add PHP 5.5 to travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f7734c7fc..88dcff8f48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: php php: + - 5.5 - 5.4 - 5.3 - 5.2 @@ -13,4 +14,4 @@ before_script: - touch webapp/data/logs/stream.log - touch webapp/data/logs/crawler.log -script: php tests/all_unit_tests.php \ No newline at end of file +script: php tests/all_unit_tests.php