From e51466fc4663da0be273000a11cdbee31ad1d128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Burnichon?= Date: Fri, 6 Mar 2015 10:49:19 +0100 Subject: [PATCH] Properly use yaml string with breaklines --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0285f57d18..697870c488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,10 +49,11 @@ script: - bin/developer assets:compile-less - bin/developer system:uninstall - bin/setup system:install --email=test@phraseanet.com --password=test --db-user=root --db-template=fr --db-password= --databox=db_test --appbox=ab_test --server-name=http://127.0.0.1 -y; - - sh -c " if [ '$SETUP_MODE' = 'update' ]; then - bin/developer ini:reset --email=test@phraseanet.com --password=test --run-patches --no-setup-dbs; - php resources/hudson/cleanupSubdefs.php; - fi" + - > + sh -c "if [ '$SETUP_MODE' = 'update' ]; then + bin/developer ini:reset --email=test@phraseanet.com --password=test --run-patches --no-setup-dbs; + php resources/hudson/cleanupSubdefs.php; + fi" - bin/developer ini:setup-tests-dbs - bin/console searchengine:index:create - bin/developer phraseanet:regenerate-sqlite