try removing before_script

This commit is contained in:
Cassie Tarakajian 2018-06-20 08:50:13 -07:00
parent f340d2715f
commit b86a4093c5

View file

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