From 2804b7f3f1130ccaf5b1876cdec64a950811c8f5 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 27 Jan 2021 10:30:54 -0500 Subject: [PATCH] chore: remove travis --- .travis.yml | 16 ---------------- README.md | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9b3de23b..00000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: c -install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh -script: bash -ex .travis-docker.sh -services: -- docker -env: - global: - - PINS="tiny_httpd:." - - DISTRO="ubuntu-16.04" - - PACKAGE="tiny_httpd" - matrix: - - OCAML_VERSION="4.03" - - OCAML_VERSION="4.04" - - OCAML_VERSION="4.06" - - OCAML_VERSION="4.07" - - OCAML_VERSION="4.09" diff --git a/README.md b/README.md index ce7f0660..06392cf8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Tiny_httpd [![build status](https://travis-ci.org/c-cube/tiny_httpd.svg?branch=master)](https://travis-ci.org/c-cube/tiny_httpd) [![build](https://github.com/c-cube/tiny_httpd/workflows/build/badge.svg)](https://github.com/c-cube/tiny_httpd/actions) +# Tiny_httpd [![build](https://github.com/c-cube/tiny_httpd/workflows/build/badge.svg)](https://github.com/c-cube/tiny_httpd/actions) Minimal HTTP server using good old threads, with stream abstractions, simple routing, URL encoding/decoding, and optional compression with camlzip.