summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: b499bc94631cff6f3ad5fdfd10ac390ed3a75b77 (plain)
1
2
3
4
5
6
notifications:
    irc: "chat.freenode.net#krebs_incoming"
branches:
    only:
        - master
script: "make -C util test"