Skip to content

Commit

Permalink
Fix CI error on MW 1.35+
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw authored Aug 7, 2020
1 parent aca715f commit c1f8037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/travis/install-mediawiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ then
sudo /etc/init.d/postgresql start

psql -c 'create database its_a_mw;' -U postgres
php maintenance/install.php --dbtype $DB --dbuser postgres --dbname its_a_mw --pass nyan TravisWiki admin --scriptpath /TravisWiki
php maintenance/install.php --dbtype $DB --dbuser postgres --dbname its_a_mw --pass AdminPassword TravisWiki admin --scriptpath /TravisWiki
else
mysql -e 'create database its_a_mw;'
php maintenance/install.php --dbtype $DB --dbuser root --dbname its_a_mw --dbpath $(pwd) --pass nyan TravisWiki admin --scriptpath /TravisWiki
php maintenance/install.php --dbtype $DB --dbuser root --dbname its_a_mw --dbpath $(pwd) --pass AdminPassword TravisWiki admin --scriptpath /TravisWiki
fi

0 comments on commit c1f8037

Please sign in to comment.