summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 9c6c8eb1f32d23af774e5e52d4c99d46789d62f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: c

os:
  - linux
  - osx

compiler:
  - gcc
  - clang

# container-based builds
sudo: false
addons:
  apt:
    packages:
    # packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
    - libconfuse-dev
    - libncurses5-dev
    - libnl-3-dev
    - libnl-route-3-dev


install:
  - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update > /dev/null && brew install confuse ; fi

script:
  - ./.travis/run.sh