added Travis-CI .travis.yml file

This commit is contained in:
Tim Ruehsen 2014-03-21 21:25:44 +01:00
parent 6569b1c948
commit 59835ed696
2 changed files with 11 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: c
compiler:
- gcc
- clang
# Change this to your needs
script: ./autogen.sh && ./configure && make && make check && make distcheck
before_install:
- sudo apt-get -qq update
- sudo apt-get -q install autoconf automake autopoint libtool gettext

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/rockdaboot/libpsl.png?branch=master)](https://travis-ci.org/rockdaboot/libpsl)
libpsl - C library to handle the Public Suffix List
===================================================