summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 42915c8932b618fbfb4d85e618863616369cfdc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: c
compiler:
    - gcc
    - clang

before_install:
    - sudo apt-get update -qq
    - sudo apt-get build-dep -qq irssi

script:
    - ./autogen.sh --with-proxy --with-bot
    - cat config.log
    - make
    - sudo make install

notifications:
    irc:
        channels:
            - "irc.freenode.net#irssi"
        on_success: always
        on_failure: always
        use_notice: true
        skip_join: true