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