blob: 56b6c8c5c8a223ad3b5285c2d6e723994a5e9efd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
language: c
notifications:
irc: "chat.freenode.net#krebs_incoming"
script: "if make -C util test | grep -q '^not ok' ;then exit 1; else exit 0; fi"
before_install:
- sudo apt-get install bc -qq
- sudo apt-get install python -qq
branches:
only:
- master
|