Add test target to Makefile for Circleci

Remove already installed zip pecl
This commit is contained in:
Benoît Burnichon
2015-06-23 10:53:28 +02:00
parent a005aa19a1
commit 7f7e1fd143
2 changed files with 4 additions and 3 deletions

View File

@@ -4,4 +4,7 @@ config:
watch:
@echo 'config/configuration.yml' | entr make config
.PHONY: config watch
test:
@exit 0
.PHONY: config watch test

View File

@@ -16,9 +16,7 @@ dependencies:
pre:
- yes '' | pecl install imagick
- pecl install json
- pecl install zip
- yes '' | pecl install zmq-beta
- echo "extension=zmq.so" > ~/.phpenv/versions/$(phpenv global)/etc/conf.d/zmq.ini
post:
- if [[ ! -e elasticsearch-1.3.2 ]]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.3.2.tar.gz && tar -xvf elasticsearch-1.3.2.tar.gz && elasticsearch-1.3.2/bin/plugin install elasticsearch/elasticsearch-analysis-icu/2.3.0; fi
- elasticsearch-1.3.2/bin/elasticsearch: {background: true}