Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 15:41:31 +02:00
parent 1d850a78d8
commit 772d3b5003
2 changed files with 1 additions and 5 deletions

View File

@@ -17,8 +17,7 @@ before_install:
before_script:
- make docker-start
- sleep 2m
- ls -lah web/app
- sleep 1m
script:
- make travis

View File

@@ -27,9 +27,6 @@ help:
init:
@$(shell cp -n $(shell pwd)/web/app/composer.json.dist $(shell pwd)/web/app/composer.json 2> /dev/null)
travis:
@docker exec $(shell docker-compose ps -q php) php -r 'echo getcwd(); var_dump(file_exists("app/vendor/apigen/apigen/bin/apigen")); var_dump(file_exists("web/app/vendor/apigen/apigen/bin/apigen");'
apidoc:
@docker exec $(shell docker-compose ps -q php) app/vendor/apigen/apigen/bin/apigen generate -s app/src -d app/doc
@make resetOwner