Browse Source

Sweet travis debugging..

Jordi Boggiano 9 years ago
parent
commit
e3f6179695
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -25,6 +25,8 @@ before_script:
     - 'echo "    github.client_id: $GH_CLIENT_ID" >> app/config/parameters.yml'
     - 'echo "    github.client_secret: $GH_CLIENT_SECRET" >> app/config/parameters.yml'
     - 'curl -sSL https://raw.githubusercontent.com/moliware/travis-solr/master/travis-solr.sh | SOLR_VERSION=3.6.0 SOLR_CONFS="doc/" SOLR_CORE="collection1" bash'
+    - ls -la apache-solr-3.6.0/example/multicore/collection1/conf
+    - 'curl -v http://localhost:8983/solr/admin/cores'
     - composer install
     - app/console doctrine:database:create --env=test -n
     - app/console doctrine:schema:create --env=test -n