Skip to content

Commit b5f9439

Browse files
display logs on error
1 parent 5dbf612 commit b5f9439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ script:
2424
- source activate snakemake
2525
# run the workflow
2626
# put a test case into the subfolder .test (e.g., use https://github.com/snakemake-workflows/ngs-test-data as a submodule)
27-
- snakemake --use-conda --directory .test
27+
- snakemake --use-conda --directory .test || (for f in .test/logs/*; do echo $f; cat $f; done; for f in .test/logs/*/*; do echo $f; cat $f; done; exit 1)

0 commit comments

Comments
 (0)