Remove Travis CI badge

This commit is contained in:
simon-i1-h 2017-01-24 00:02:37 +09:00 committed by GitHub
parent ee704d7f8e
commit 79def9759b

View file

@ -1,7 +1,5 @@
# Raw system calls for Rust
[![Build Status](https://travis-ci.org/kmcallister/syscall.rs.svg?branch=master)](https://travis-ci.org/kmcallister/syscall.rs)
This library allows Rust code to invoke system calls directly.
See the [list of supported platforms](https://github.com/kmcallister/syscall.rs/tree/master/src/platform). Additions are very welcome!