Skip to content

Commit

Permalink
Try to get some better logging in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
connorshea authored and Dillon-Brown committed Oct 15, 2019
1 parent d9f5d17 commit 2c41c05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ script:
after_script:
- ./build/push_output.sh
- curl -i -F [email protected] https://www.simpleupload.co.uk/Api/FileUpload.php?d=upload
- curl -i -F file=@var/log/apache2/error.log https://www.simpleupload.co.uk/Api/FileUpload.php?d=upload
- curl -i -F [email protected] https://www.simpleupload.co.uk/Api/FileUpload.php?d=upload
- curl -i -F [email protected] https://www.simpleupload.co.uk/Api/FileUpload.php?d=upload
- curl -i -F [email protected] https://www.simpleupload.co.uk/Api/FileUpload.php?d=upload
- echo $TRAVIS_COMMIT_RANGE

branches:
Expand Down
2 changes: 1 addition & 1 deletion tests/travis_config_si.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
'setup_site_sugarbeet_automatic_checks' => true,
'setup_site_url' => 'http://localhost',
'setup_system_name' => 'SuiteCRM Travis Build',
'show_log_trace' => false,
'show_log_trace' => true,
);
2 changes: 1 addition & 1 deletion travis.php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ memory_limit = -1
display_errors = On
log_errors = On
trace_errors = On
error_log = /var/log/apache2/error.log
error_log = error.log

0 comments on commit 2c41c05

Please sign in to comment.