From: David du Colombier <0intro@gmail.com> Date: Fri, 31 Mar 2017 09:31:03 +0000 (+0200) Subject: move from Drone to Travis CI X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=45075a5ab3b58f29359b2adde7be25f89ba8cd9b;p=proto%2Flibregexp.git move from Drone to Travis CI --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ffec9e6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: c +script: make diff --git a/README.md b/README.md index 79ead97..f21c19f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://drone.io/github.com/0intro/libregexp/status.png)](https://drone.io/github.com/0intro/libregexp/latest) +[![Build Status](https://travis-ci.org/0intro/libregexp.svg?branch=master)](https://travis-ci.org/0intro/libregexp) [![Coverity Scan Build Status](https://scan.coverity.com/projects/5975/badge.svg)](https://scan.coverity.com/projects/5975) This is a Unix port of the Plan 9 regular expression library,