Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit dc0715a

Browse files
committed
Experiment with df -h
1 parent 21563d2 commit dc0715a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ matrix:
1212
- rust: stable
1313

1414
script:
15+
- df -h # Just an experiment
1516
- cargo test --all
1617
- cargo clean
1718
- ./init.sh
1819
- ./build.sh
1920
- if [ "$TRAVIS_PULL_REQUEST" != "true" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
2021
./publish-wasm.sh;
2122
fi
23+
24+
after_script:
25+
- df -h

0 commit comments

Comments
 (0)