From b0226dbec26e8a68d85098bfba8c50e1289a747a Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 13 Jul 2014 23:07:37 +0200 Subject: [PATCH] Added PHP 5.6, 5.5 and HHVM to travis.yml --- .travis.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91cb229..a7e773d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,14 @@ language: php php: - - 5.4 - 5.3 + - 5.4 + - 5.5 + - 5.6 + - hhvm +matrix: + allow_failures: + - php: hhvm + fast_finish: true before_script: - composer install --dev - composer update satooshi/php-coveralls --dev @@ -12,4 +19,4 @@ after_script: notifications: recipients: - DL-PP-Platform-PHP-SDK@ebay.com - on_success: change \ No newline at end of file + on_success: change