added Travis-CI .travis.yml file
This commit is contained in:
parent
6569b1c948
commit
59835ed696
|
@ -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
|
|
@ -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
|
libpsl - C library to handle the Public Suffix List
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue