FOSElasticaBundle/.travis.yml

20 lines
435 B
YAML
Raw Normal View History

language: php
php:
- 5.3
- 5.4
2014-05-23 15:20:52 +02:00
- 5.5
2014-07-09 12:29:01 +02:00
- 5.6
before_script:
2014-08-07 01:32:30 +02:00
- /usr/share/elasticsearch -v
2014-07-03 11:59:33 +02:00
- 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
2013-12-17 11:38:08 +01:00
- composer install --dev --prefer-source
2014-06-08 14:35:38 +02:00
2014-06-16 14:33:31 +02:00
script: vendor/bin/phpunit
2014-06-08 14:35:38 +02:00
services:
2014-06-16 14:33:31 +02:00
- elasticsearch