Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #933 from nkunal/master
Browse files Browse the repository at this point in the history
report disk usage on build system
  • Loading branch information
nkunal authored Oct 2, 2018
2 parents 910bc53 + 843b393 commit 92d82dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ before_script:
after_success:
- codecov
- df -h
- ls -lah /home/travis/
- du -h /home
deploy:
provider: script
script: bash ${TRAVIS_BUILD_DIR}/.travis.deploy.sh
Expand Down

0 comments on commit 92d82dd

Please sign in to comment.