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