FOSElasticaBundle/.travis.yml
2014-08-07 09:32:30 +10:00

20 lines
435 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- /usr/share/elasticsearch -v
- 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