try removing before_script

This commit is contained in:
Cassie Tarakajian 2018-06-20 08:50:13 -07:00
parent f340d2715f
commit b86a4093c5
1 changed files with 5 additions and 5 deletions

View File

@ -13,11 +13,11 @@ before_install:
install: true
before_script:
# Install dependencies in the app container
- docker-compose exec -T app composer self-update
- docker-compose exec -T app composer install --no-interaction
- docker-compose exec -T app composer dump-autoload -o
# before_script:
# # Install dependencies in the app container
# - docker-compose exec -T app composer self-update
# - docker-compose exec -T app composer install --no-interaction
# - docker-compose exec -T app composer dump-autoload -o
script:
# Run unit tests in the app container