Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 12:58:23 +02:00
parent 20333fe8b2
commit dd765e30b3
2 changed files with 2 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ before_script:
- make docker-start
- sleep 3m
- docker inspect -f {{.Config.Volumes}} $(docker-compose ps -q php)
- ls -lah
script:
- ls $(pwd)/web/app/vendor
- make apidoc
- make test

View File

@@ -28,7 +28,7 @@ init:
@$(shell cp -n $(shell pwd)/web/app/composer.json.dist $(shell pwd)/web/app/composer.json 2> /dev/null)
apidoc:
@docker exec -i $(shell docker-compose ps -q php) php $(ROOT_PATH)/app/vendor/apigen/apigen/bin/apigen generate -s app/src -d app/doc
@docker exec -i $(shell docker-compose ps -q php) php ./app/vendor/apigen/apigen/bin/apigen generate -s app/src -d app/doc
@make resetOwner
clean: