bmon/.travis.yml

13 lines
272 B
YAML
Raw Normal View History

sudo: required
dist: trusty
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get install libconfuse-dev
- sudo apt-get install libnl-3-dev libnl-route-3-dev
- sudo apt-get install libncurses-dev
# Change this to your needs
script: ./.travis/run.sh