aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6fff8be4e8b7565e33df2ab671b16247f7b34640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sudo: required
dist: trusty

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