mirror of
https://github.com/tailix/libshmemq.git
synced 2024-11-20 11:08:35 -05:00
Remove Travis CI
This commit is contained in:
parent
d4738dc831
commit
f12a1b0740
2 changed files with 0 additions and 13 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,11 +0,0 @@
|
||||||
language: c
|
|
||||||
|
|
||||||
compiler:
|
|
||||||
- clang
|
|
||||||
- gcc
|
|
||||||
|
|
||||||
script:
|
|
||||||
- ./autogen.sh
|
|
||||||
- ./configure CFLAGS='-Werror'
|
|
||||||
- make
|
|
||||||
- make check
|
|
|
@ -1,8 +1,6 @@
|
||||||
libshmemq
|
libshmemq
|
||||||
=========
|
=========
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/kotovalexarian/libshmemq.svg?branch=master)](https://travis-ci.org/kotovalexarian/libshmemq)
|
|
||||||
|
|
||||||
Library for message queue in shared memory.
|
Library for message queue in shared memory.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue