FOSElasticaBundle/.travis.yml
2014-07-23 21:47:10 +10:00

19 lines
403 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- sudo /usr/share/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/2.0.0
- sudo service elasticsearch restart
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer install --dev --prefer-source
script: vendor/bin/phpunit
services:
- elasticsearch