mirror of
https://github.com/0intro/libtask
synced 2024-12-22 19:16:55 +03:00
move from Drone to Travis CI
This commit is contained in:
parent
502423f4a8
commit
cfc0396088
2
.travis.yml
Normal file
2
.travis.yml
Normal file
@ -0,0 +1,2 @@
|
||||
language: c
|
||||
script: make
|
@ -1,7 +1,7 @@
|
||||
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)
|
||||
|
||||
Libtask is a simple coroutine library. It runs on Linux (ARM, MIPS, and x86),
|
||||
|
Loading…
Reference in New Issue
Block a user