Commit 9afa5426 authored by Markus Kalkbrenner's avatar Markus Kalkbrenner

turn off xdebug on travis

parent c01ef8a5
...@@ -20,6 +20,7 @@ cache: ...@@ -20,6 +20,7 @@ cache:
- solr_downloads - solr_downloads
before_install: before_install:
- phpenv config-rm xdebug.ini
- composer global require "hirak/prestissimo:^0.3" - composer global require "hirak/prestissimo:^0.3"
- ls solr_downloads/ - ls solr_downloads/
- wget -nc --continue -v --tries=3 --directory-prefix=solr_downloads "http://ftp.halifax.rwth-aachen.de/apache/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz" - wget -nc --continue -v --tries=3 --directory-prefix=solr_downloads "http://ftp.halifax.rwth-aachen.de/apache/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment