irqbalance/.travis.yml
Neil Horman d3bf384eb8 Dump the log to the console
lets always dump out the log so we can see whats going on

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
2018-05-14 14:27:03 -04:00

12 lines
159 B
YAML

language: c
dist: trusty
compiler:
- clang
- gcc
script: ./autogen.sh && ./configure && make && make check
after_script: cat ./tests/runoneshot.sh.log