From 19c7c001d4767c03ca67a7102b2b39e9e08c6793 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 19 Dec 2013 13:24:38 +0100 Subject: [PATCH] Moved elasticsearch connect to a later pos in travis.yml avoid failure when it is not started at that point --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da19dcb..def1c47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,13 @@ services: install: - composer self-update && composer --version # - composer require satooshi/php-coveralls 0.6.* --dev --prefer-dist - - echo 'elasticsearch version ' && curl http://localhost:9200/ - tests/unit/data/travis/mongodb-setup.sh - tests/unit/data/travis/apc-setup.sh - tests/unit/data/travis/memcache-setup.sh - tests/unit/data/travis/cubrid-setup.sh before_script: + - echo 'elasticsearch version ' && curl http://localhost:9200/ - mysql -e 'CREATE DATABASE yiitest;'; - psql -U postgres -c 'CREATE DATABASE yiitest;'; - tests/unit/data/travis/sphinx-setup.sh