diff options
author | Jakob Unterwurzacher | 2018-08-26 12:39:51 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-08-26 12:39:51 +0200 |
commit | 91dc44c8b4ed63a65a1c2410197fa5ff79efba3a (patch) | |
tree | 7b40f4ce42157d920a2bb3affdfc0790a6a82cad | |
parent | 39f39cd63c0ce7167380342618271e2be05e229c (diff) |
travis: show fs type for /tmp
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9e677df..5ee713b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ install: script: - openssl version + - df -Th / /tmp - go build - ./build-without-openssl.bash - ./build.bash |