summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 81eb24921c5ca80470869aa2167c37ebe0cf864e (plain)
1
2
3
4
5
6
7
8
9
10
11
language: c
notifications:
    irc: "chat.freenode.net#krebs_incoming"

script: "make -C util test | grep -q '^not ok' && exit 1"
before_install:
  - sudo apt-get install bc -qq
  - sudo apt-get install python -qq
branches:
    only:
        - master