Skip to content

Commit

Permalink
Print PATHS for debugging. Reinstate log truncation prevention.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Jul 7, 2024
1 parent 52f8604 commit 51c2226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
include:
- os: linux
dist: jammy
# Force use of previous runner version. See arm64 runner below.
group: previous
env:
- CHECK_REUSE: ONLY
# - os: linux
Expand Down Expand Up @@ -286,6 +284,8 @@ script:
case "${TRAVIS_OS_NAME:-linux}" in
linux)
if [ "$CHECK_REUSE" = "YES" -o "$CHECK_REUSE" = "ONLY" ]; then
printenv PATH
printenv PYTHONPATH
echo "Calling reuse lint."
reuse --suppress-deprecation lint
fi
Expand Down Expand Up @@ -319,8 +319,8 @@ script:
set +e
# See if this helps with truncated logs.
#after_script:
# - sleep 10
after_script:
- sleep 10

after_failure:
- ./scripts/on_failure.sh
Expand Down

0 comments on commit 51c2226

Please sign in to comment.