move from Drone to Travis CI

This commit is contained in:
David du Colombier 2017-03-31 11:37:01 +02:00
parent 502423f4a8
commit cfc0396088
2 changed files with 3 additions and 1 deletions

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
language: c
script: make

View File

@ -1,7 +1,7 @@
Libtask: a Coroutine Library for C and Unix Libtask: a Coroutine Library for C and Unix
=========================================== ===========================================
[![Build Status](https://drone.io/github.com/0intro/libtask/status.png)](https://drone.io/github.com/0intro/libtask/latest) [![Build Status](https://travis-ci.org/0intro/libtask.svg?branch=master)](https://travis-ci.org/0intro/libtask)
[![Coverity Scan Status](https://scan.coverity.com/projects/5467/badge.svg)](https://scan.coverity.com/projects/5467) [![Coverity Scan Status](https://scan.coverity.com/projects/5467/badge.svg)](https://scan.coverity.com/projects/5467)
Libtask is a simple coroutine library. It runs on Linux (ARM, MIPS, and x86), Libtask is a simple coroutine library. It runs on Linux (ARM, MIPS, and x86),