irqbalance/.travis.yml
Neil Horman 7c600f6fbe Add make check target into the .travis.yml file
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
2018-05-14 14:15:12 -04:00

10 lines
114 B
YAML

language: c
dist: trusty
compiler:
- clang
- gcc
script: ./autogen.sh && ./configure && make && make check