aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: c587453041da3309790a48652ca8b2bd32d19829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: cpp
compiler:
  - gcc
  - clang
before_install:
  - sudo apt-get update
install:
  - sudo apt-get install --no-install-recommends libncurses5-dev gettext doxygen
script:
  - autoreconf
  - ./configure
  - make
  - sudo make install
  - make test
notifications:
  irc:
    channels:
      - "irc.oftc.net#fish"