Permalink
Browse files
Travis-CI: debug out of disk failures breaking builds
- Loading branch information...
Showing
with
3 additions
and
0 deletions.
-
+3
−0
.travis.yml
|
|
@@ -33,6 +33,9 @@ script: |
|
|
# TODO: switch to use CWL docker runs instead of full bcbio/bcbio images
|
|
|
#- py.test tests/bcbio_vm -v -m cwl
|
|
|
|
|
|
+after_failure:
|
|
|
+ - df -h
|
|
|
+
|
|
|
notifications:
|
|
|
email: false
|
|
|
slack:
|
|
|
|
0 comments on commit
115548d