Skip to content

Commit 3174ef3

Browse files
committed
Update .scrutinizer.yml
1 parent b8e7307 commit 3174ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ build:
4040
- rm composer.lock
4141
- (yes | ./vendor/bin/Ubiquity new build -b=messagerie -q=semantic -m -a)
4242
- cp -f tests/fw/composer.json composer.json
43-
- composer update
43+
- composer update -a
4444
- cp tests/fw/_index.php index.php && cp tests/fw/.htaccess .
4545
- 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
4747

4848
override:
4949
- command: ./vendor/bin/codecept build && ./vendor/bin/codecept run --coverage --coverage-xml

0 commit comments

Comments
 (0)