From af5d9446ec1b70d8695db0a16aafa3b8118633d3 Mon Sep 17 00:00:00 2001 From: Sven Loth Date: Mon, 26 Jan 2015 22:31:37 +0100 Subject: [PATCH] updated travis config --- .travis.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0aa2910..dff5d23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,17 @@ language: php php: - 5.3 + - 5.4 + - 5.5 + - 5.6 + - hhvm env: - - SYMFONY_VERSION=v2.1.7 - - SYMFONY_VERSION=origin/2.1 + - SYMFONY_VERSION=2.3.* + - SYMFONY_VERSION=2.4.* + - SYMFONY_VERSION=2.5.* + - SYMFONY_VERSION=2.6.* + - SYMFONY_VERSION=2.7.*@dev before_script: - wget -nc http://getcomposer.org/composer.phar @@ -13,6 +20,11 @@ before_script: script: phpunit +matrix: + allow_failures: + - php: hhvm + - env: SYMFONY_VERSION=2.7.*@dev + notifications: email: - - sven@hipaway.com \ No newline at end of file + - sven.loth@me.com \ No newline at end of file