summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 1218d9d978d0f05ed32970a2c482dee2a7184287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: c
notifications:
  irc: "chat.freenode.net#krebs_incoming"
  on_success: change
  on_failure: always
  template:
    - "painload/%{branch} %{commit} %{author}: %{message} %{build_url}"
script: "! ( make -C util test | grep '^not ok' )"
before_install:
  - sudo apt-get install bc -qq
  - sudo apt-get install w3m -qq
# stt-espeak test
  - sudo apt-get install flac espeak -qq
branches:
    only:
        - master
git:
    submodules: false