Skip to content

Commit

Permalink
Add comment to document added configs' purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Jun 23, 2014
1 parent 865e158 commit 35ce9d7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions scripts/travis_before_script.sh
Expand Up @@ -149,13 +149,14 @@ cat <<-EOF >> $MANTIS_BOOTSTRAP

echo "Adding custom configuration options"
sudo chmod 777 $MANTIS_CONFIG
cat <<-EOF >> $MANTIS_CONFIG
\$g_allow_no_category = ON;
\$g_due_date_update_threshold = DEVELOPER;
\$g_due_date_view_threshold = DEVELOPER;
\$g_enable_project_documentation = ON;
\$g_time_tracking_enabled = ON;
cat <<-EOF >> $MANTIS_CONFIG
# Configs required to ensure all PHPUnit tests are executed
\$g_allow_no_category = ON;
\$g_due_date_update_threshold = DEVELOPER;
\$g_due_date_view_threshold = DEVELOPER;
\$g_enable_project_documentation = ON;
\$g_time_tracking_enabled = ON;
EOF

step "Before-script execution completed successfully"

0 comments on commit 35ce9d7

Please sign in to comment.