summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 62a92d00109763cf2f023d68c362c8194294b144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: cpp
branches:
  only:
    - master
compiler:
  - gcc
  - clang
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libwww-perl
script:
  - ./bootstrap
  - ./configure
  - make
  - ./runtest.pl ALL debug
  - ./runtest.pl ALL release