summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: c333578b59d5eddd84d454bbe3d8844200e928e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: c
notifications:
    irc: "chat.freenode.net#krebs_incoming"
    on_success: change
    on_failure: always
script: "! ( make -C util test | grep -q '^not ok' )"
before_install:
  - sudo apt-get install bc -qq
  - sudo apt-get install python -qq
branches:
    only:
        - master
git:
    submodules: false