(travis) Better diagnostics on *why* a build failed, reduce parellelism
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 50_after_failure.bash
CommitLineData
b58ecb01 1#!/bin/bash
2
afeb40d2 3# this file is executed in a subshell - set up the common stuff
4source maint/travis-ci_scripts/common.bash
b58ecb01 5
afeb40d2 6if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi
b58ecb01 7
ac4e80df 8echo_err "
9$(ci_vm_state_text)
10
11=== dmesg ringbuffer
12$(sudo dmesg)"