summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 700a1f857e631f0a5a25fbf7dca01bbfd9eafb04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: c
compiler:
  - gcc
  - clang
before_install:
 - sudo apt-get update -qq
 - sudo apt-get install autotools-dev automake autoconf libtool gperf xsltproc
script: ./autogen.sh && ./configure && make V=1 distcheck
notifications:
  irc:
    channels:
      - "irc.freenode.org#gentoo-udev"
    on_success: change
    on_failure: always