From 419da30f5096359fd5f23f53b605b08eeddcd96b Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 5 Jan 2014 14:07:09 +0100 Subject: [PATCH] debugging travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 17cbe4d..92fc379 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,14 +21,17 @@ install: - tests/unit/data/travis/memcache-setup.sh - tests/unit/data/travis/cubrid-setup.sh # basic application: + - pwd - composer install --dev --prefer-dist -d apps/basic - cd apps/basic && php vendor/bin/codecept build - cd apps/basic/web && php -S localhost:8080 & + - pwd before_script: - echo 'elasticsearch version ' && curl http://localhost:9200/ - mysql -e 'CREATE DATABASE yiitest;'; - psql -U postgres -c 'CREATE DATABASE yiitest;'; + - pwd - tests/unit/data/travis/sphinx-setup.sh - mongo yii2test --eval 'db.addUser("travis", "test");'