Skip to content

Commit

Permalink
Dev: Set debug = 0 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 25, 2021
1 parent 295ea39 commit e127d95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -65,8 +65,9 @@ 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
- cat application/config/config.php
# NB: EmCache is always disabled when debug => 2
# - 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 e127d95

Please sign in to comment.