try removing before_script
This commit is contained in:
parent
f340d2715f
commit
b86a4093c5
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue