summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e52f08cd0c63d9e8f729405c5027a518a7baf9fc (plain)
1
2
3
4
5
6
7
8
9
10
notifications:
    irc: "chat.freenode.net#krebs_incoming"
branches:
    only:
        - master
script: "make -C util test"
python:
  - "3.3"
before_install:
  - sudo apt-get install bc -qq