Skip to content

Commit

Permalink
Dev: Enable debug=2 for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Dec 21, 2017
1 parent 33f2ac6 commit 347cd1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,9 @@ before_script:
- chmod -R 777 tests/tmp/runtime
- php application/commands/console.php install admin password TravisLS no@email.com verbose
- cp application/config/config-sample-mysql.php application/config/config.php
# Enable debug=2 in config file. OBS: This assumes debug is on line 59.
- sed -i '59s/.*/ "debug"=>2,/' 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 347cd1e

Please sign in to comment.