mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 19:25:32 -05:00
chore: remove travis
This commit is contained in:
parent
21f4743320
commit
2804b7f3f1
2 changed files with 1 additions and 17 deletions
16
.travis.yml
16
.travis.yml
|
|
@ -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"
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
# Tiny_httpd [](https://travis-ci.org/c-cube/tiny_httpd) [](https://github.com/c-cube/tiny_httpd/actions)
|
# Tiny_httpd [](https://github.com/c-cube/tiny_httpd/actions)
|
||||||
|
|
||||||
Minimal HTTP server using good old threads, with stream abstractions,
|
Minimal HTTP server using good old threads, with stream abstractions,
|
||||||
simple routing, URL encoding/decoding, and optional compression with camlzip.
|
simple routing, URL encoding/decoding, and optional compression with camlzip.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue