Skip to content

Commit

Permalink
Dev: Enable debug = 2 on Travis (debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 24, 2021
1 parent 04755d0 commit 7d59da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -65,7 +65,8 @@ before_script:
- cp application/config/config-sample-mysql.php application/config/config.php
# Enable debug=2 in config file. OBS: This assumes debug is on line 61.
# TODO: Disable, a lines was added to config file and some tests started to fail.
# - sed -i '61s/.*/ "debug"=>2,/' application/config/config.php
- sed -i '61s/.*/ "debug"=>2,/' application/config/config.php
- cat application/config/config.php

# Install Apache.
# Code fetched from https://docs.travis-ci.com/user/languages/php/#Apache-%2B-PHP
Expand Down

0 comments on commit 7d59da1

Please sign in to comment.