Skip to content

Commit 3bba0ac

Browse files
author
Stanislav Shupilkin
committed
Delete use composer image
1 parent 49ec04d commit 3bba0ac

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ php:
88
services:
99
- docker
1010

11-
before_script:
12-
- docker pull composer
13-
- docker run --rm -v $(pwd):/app composer install --prefer-source --no-interaction
1411
install:
1512
- docker version
1613
- sudo pip install docker-compose

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
working_dir: /code
1212
environment:
1313
PHP_VERSION: ${PHP_VERSION}
14-
command: bash -c "php ./vendor/bin/phpunit"
14+
command: bash -c "composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit"
1515
depends_on:
1616
- mysql
1717
- mongodb

0 commit comments

Comments
 (0)