From 68211bdb593502a5015a2e201148da83ffd5163c Mon Sep 17 00:00:00 2001 From: Norman Soetbeer Date: Fri, 23 May 2014 22:17:53 +0200 Subject: [PATCH 1/3] Test newer PHP versions --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index fe53630..fcda267 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,14 @@ language: php php: - 5.3 - 5.4 + - 5.5 + - 5.6 + - hhvm-nightly + +matrix: + allow_failures: + - php: 5.6 + - php: hhvm-nightly env: - SYMFONY_VERSION=2.1.* From 4eebd4b6f4e5d3b6ea7c458004609154b5ccabdf Mon Sep 17 00:00:00 2001 From: Norman Soetbeer Date: Sun, 25 May 2014 15:40:02 +0200 Subject: [PATCH 2/3] use hhvm stable instead of nightly --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcda267..f6c0360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,12 @@ php: - 5.4 - 5.5 - 5.6 - - hhvm-nightly + - hhvm matrix: allow_failures: - php: 5.6 - - php: hhvm-nightly + - php: hhvm env: - SYMFONY_VERSION=2.1.* From 337bc27b488053af9c8629ec486a829f1a991a07 Mon Sep 17 00:00:00 2001 From: Norman Soetbeer Date: Sun, 25 May 2014 15:45:57 +0200 Subject: [PATCH 3/3] remove fixation on symfony version --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6c0360..2893930 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,7 @@ matrix: - php: 5.6 - php: hhvm -env: - - SYMFONY_VERSION=2.1.* - before_script: - - composer require symfony/framework-bundle:${SYMFONY_VERSION} - composer install script: phpunit --coverage-text