From 1f17c086ac76512283330f2ababf612cc7ab8682 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Mon, 30 Jun 2014 12:17:26 +0200 Subject: [PATCH] Update travis.yml --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5fadb26aa..81d43f6378 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,9 @@ php: - 5.4 - 5.5 - 5.6 +matrix: + allow_failures: + - php: 5.6 script: - bin/developer system:uninstall @@ -65,5 +68,4 @@ script: #sqlite db generation should occur once Phraseanet is up to date : - bin/developer phraseanet:regenerate-sqlite - ./node_modules/.bin/grunt test - - phpunit --version - - phpunit + - bin/phpunit