blob: 04059cc43d063a21626db70dac13e6744c3d712c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
git:
submodules: false
|