Skip to content

Commit

Permalink
remove solr-debugging flag
Browse files Browse the repository at this point in the history
  • Loading branch information
floriansemm committed Jul 13, 2015
1 parent 8d2a6af commit dc1010b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ before_script:
- echo "extension=mongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
- curl -sSL https://raw.githubusercontent.com/moliware/travis-solr/master/travis-solr.sh | SOLR_VERSION=4.8.0 SOLR_CONFS="Tests/Resources/config/schema.xml" DEBUG=true bash
- curl -sSL https://raw.githubusercontent.com/moliware/travis-solr/master/travis-solr.sh | SOLR_VERSION=4.8.0 SOLR_CONFS="Tests/Resources/config/schema.xml" bash

script:
- phpunit
Expand Down

0 comments on commit dc1010b

Please sign in to comment.