chore: remove travis

This commit is contained in:
Simon Cruanes 2021-01-27 10:30:54 -05:00
parent 21f4743320
commit 2804b7f3f1
2 changed files with 1 additions and 17 deletions

View file

@ -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"

View file

@ -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.