aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ba0a6e761da3050affbde14a7646a1677e2d6618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: c
compiler:
  - gcc

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install libauthen-sasl-perl libcrypt-generatepassword-perl libdatetime-perl libdatetime-format-sqlite-perl libdbd-sqlite3-perl libdbi-perl libdbix-class-perl libheimdal-kadm5-perl libkrb5-dev libnet-dns-perl libnet-ldap-perl libnet-remctl-perl libperl6-slurp-perl libremctl-dev libsql-translator-perl libtest-minimumversion-perl libtest-pod-perl libtest-strict-perl libtimedate-perl libwebauth-perl perl sqlite3
env: AUTHOR_TESTING=1
script: ./autogen && ./configure && make warnings && tests/runtests -o tests/perl/strict && make check

branches:
  only:
    - master