Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 15:51:04 +02:00
parent 77738aae13
commit 5c04235514
3 changed files with 9 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ clean:
composer-up:
@docker run --rm -v $(shell pwd)/web/app:/app composer/composer update
docker-start:
docker-start: init
@echo "Docker is running..."
docker-compose up -d