File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
php54 :
2
2
image : jolicode/php54
3
- command : sh -c 'cd /app && composer install && bin/phpunit'
3
+ command : sh -c 'cd /app && composer update && bin/phpunit'
4
4
volumes :
5
5
- ./:/app
6
6
- /var/run/docker.sock:/var/run/docker.sock
7
7
php55 :
8
8
image : jolicode/php55
9
- command : sh -c 'cd /app && composer install && bin/phpunit'
9
+ command : sh -c 'cd /app && composer update && bin/phpunit'
10
10
volumes :
11
11
- ./:/app
12
12
- /var/run/docker.sock:/var/run/docker.sock
13
13
php56 :
14
14
image : phundament/php-one:5.6-fpm
15
- command : sh -c 'composer install && bin/phpunit'
15
+ command : sh -c 'composer update && bin/phpunit'
16
16
volumes :
17
17
- ./:/app
18
18
- /var/run/docker.sock:/var/run/docker.sock
19
19
php70 :
20
20
image : phundament/php-one:7.0-fpm
21
- command : sh -c 'composer install && bin/phpunit'
21
+ command : sh -c 'composer update && bin/phpunit'
22
22
volumes :
23
23
- ./:/app
24
24
- /var/run/docker.sock:/var/run/docker.sock
You can’t perform that action at this time.
0 commit comments