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

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