File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ build:
40
40
- rm composer.lock
41
41
- (yes | ./vendor/bin/Ubiquity new build -b=messagerie -q=semantic -m -a)
42
42
- cp -f tests/fw/composer.json composer.json
43
- - composer update
43
+ - composer update -a
44
44
- cp tests/fw/_index.php index.php && cp tests/fw/.htaccess .
45
45
- sudo chmod 777 -R /home/scrutinizer/build/ && sudo chown -R www-data:www-data /home/scrutinizer/build/
46
- - sudo service apache2 restart && sudo service apache2 reload && sudo curl -v http://dev.local/index.php
46
+ - sudo service apache2 restart && sudo service apache2 reload && sudo curl -v http://dev.local/Main
47
47
48
48
override :
49
49
- command : ./vendor/bin/codecept build && ./vendor/bin/codecept run --coverage --coverage-xml
You can’t perform that action at this time.
0 commit comments