Skip to content

Commit

Permalink
travis: set up the master salt to allow SOAP tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
rombert committed Oct 17, 2013
1 parent 0deb3b6 commit 25f6c1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/travis_before_script.sh
Expand Up @@ -50,6 +50,8 @@ sleep 10
# trigger installation
curl --data "install=2&hostname=localhost&db_username=${DB_USER}&db_type=${DB}&db_password=&database_name=bugtracker&admin_username=${DB_USER}&admin_password=" http://localhost/admin/install.php

echo " \$g_crypto_master_salt='1234567890abcdef'; " >> config_inc.php

# create the first project
if [ $DB = 'mysql' ]; then
mysql -e "INSERT INTO mantis_project_table(name, inherit_global) VALUES('First project', 1)" bugtracker
Expand Down

0 comments on commit 25f6c1c

Please sign in to comment.