From 45075a5ab3b58f29359b2adde7be25f89ba8cd9b Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 31 Mar 2017 11:31:03 +0200 Subject: [PATCH] move from Drone to Travis CI --- .travis.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .travis.yml 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, -- 2.49.0